<snapdata remixID="12507372"><project name="AlexisEmerson - FinalProject" app="Snap! 8.2, https://snap.berkeley.edu" version="2"><notes>PROJECT SPEC&#xD;Calendar&#xD;&#xD;Description: a calendar where you can add events on a year, month, and day view.&#xD;&#xD;How to Play: Press enter to start the calendar. Click on spaces within the calendar to move to more specific place (i.e. year to month, month to week). Click outside the box to go backward (i.e. week to month, month to year). Use year to navigate between months. Press space to enter an event.&#xD;&#xD;Global Variables: &#xD;ALL EVENTS - contains all events&#xD;MONTHS - contains every month (in which the name and list of days in every week in the month are kept)&#xD;WEEK - contains a list of the days of the week&#xD;&#xD;Functions:&#xD;identify place for events - gives every event a coordinate&#xD;set global variables - contains the set of all global variables so the stage is cleaner&#xD;move between screens - contains all the code for moving between screens and determining which screen is drawn&#xD;draw month - draws the month&#xD;draw full year - draws the year&#xD;draw week _ in _ - draws a particular week in a particular month</notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAA0VJREFUeF7t179LlVEAxvFzxLHQIqKff0FLbUIkuajQUASh0HBBwuFC5ODQ2H/gYBjUnSO03BuisAjaigb3sqG2TNpubxg0tbzJhWe4n7vf85zz5bO8tfgpECxQg9umFSgAQhAtAGA0v3EAGYgWADCa3ziADEQLABjNbxxABqIFAIzmNw4gA9ECAEbzGweQgWgBAKP5jQPIQLQAgNH8xgFkIFoAwGh+4wAyEC0AYDS/cQAZiBYAMJrfOIAMRAsAGM1vHEAGogUAjOY3DiAD0QIARvMbB5CBaAEAo/mNA8hAtACA0fzGAWQgWgDAaH7jADIQLQBgNL9xABmIFgAwmt84gAxECwAYzW8cQAaiBQCM5jcOIAPRAgBG8xsHkIFoAQCj+Y0DyEC0AIDR/MYBZCBaAMBofuMAMhAtAGA0v3EAGYgWADCa3ziADEQLABjNbxxABqIFAIzmNw4gA9ECAEbzGweQgWgBAKP5jQPIQLQAgNH8xgFkIFoAwGh+4wAyEC0AYDS/cQAZiBYAMJrfOIAMRAsAGM1vHEAGogUAjOY3DiAD0QIARvMbB5CBaAEAo/mNA8hAtACA0fzGAWQgWgDAaH7jADIQLQBgNL9xABmIFgAwmt84gAxECwAYzW8cQAaiBQCM5jcOIAPRAgBG8xsHkIFoAQCj+Y0DyEC0AIDR/MYBZCBaAMBofuMAMhAtAGA0v3EAGYgWADCa3ziADEQLABjNbxxABqIFAIzmNw4gA9ECAEbzGweQgWgBAKP5jbcG2Ol0nvd6vbejo6PrtdZt6RQYRIHWAJ9ubLxcuDF3+djJE+XW4mL58u1r7/7a2k4pZaXWujuIyzhj+Aq0Brif5sHq6tbd23cu/c3UlFLOXThfpmdn9w4dPbKyvLy8U2t9OHwZvfigBf4LYNM0c6fGxp/83P3xz16/ltJdWipXrl3dnJycfFxrfXbQS/nf8BRoDbBpmoszU1Nv3r3a+lPnV2nK9fn5cnh8bPtmp7M+MTHxutb6YnjSeekgCrQGuLiw8Onj+w9np2dm9o6fOb3S7XY/11ofDeISzhjeAq0B9vv9eyMjI/sfHN+HN5eXD7pAa4CDHnaeAvsFAOQgWgDAaH7jvwFQ+El5tFwBowAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="AlexisEmerson - FinalProject"><notes>PROJECT SPEC&#xD;Calendar&#xD;&#xD;Description: a calendar where you can add events on a year, month, and day view.&#xD;&#xD;How to Play: Press enter to start the calendar. Click on spaces within the calendar to move to more specific place (i.e. year to month, month to week). Click outside the box to go backward (i.e. week to month, month to year). Use year to navigate between months. Press space to enter an event.&#xD;&#xD;Global Variables: &#xD;ALL EVENTS - contains all events&#xD;MONTHS - contains every month (in which the name and list of days in every week in the month are kept)&#xD;WEEK - contains a list of the days of the week&#xD;&#xD;Functions:&#xD;identify place for events - gives every event a coordinate&#xD;set global variables - contains the set of all global variables so the stage is cleaner&#xD;move between screens - contains all the code for moving between screens and determining which screen is drawn&#xD;draw month - draws the month&#xD;draw full year - draws the year&#xD;draw week _ in _ - draws a particular week in a particular month</notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="multiline %&apos;text&apos;" type="reporter" category="operators"><header></header><code></code><translations>pt:o texto multilinha _&#xD;ca:multilínia _&#xD;</translations><inputs><input type="%mlt"></input></inputs><script><block s="doReport"><block var="text"/></block></script></block-definition><block-definition s="substring of %&apos;string&apos; before %&apos;marker&apos;" type="reporter" category="operators"><comment x="0" y="0" w="175.33333333333334" collapsed="false">Reports the part of the first string up to the first instance of the second string inside it.  If the second string isn&apos;t found, reports the entire first string.</comment><header></header><code></code><translations>pt:o texto de _ antes de _&#xD;ca:part del text _ anterior a _&#xD;</translations><inputs><input type="%txt"></input><input type="%txt"></input></inputs><script><block s="doDeclareVariables"><list><l>index</l></list></block><block s="doSetVar"><l>index</l><custom-block s="position of %s in %txt"><block var="marker"/><block var="string"/></custom-block></block><block s="doReport"><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="index"/><l>0</l></list></block><block var="string"/><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="index"/><l>1</l></list></block><l></l><custom-block s="substring of %txt from position %n to position %n inclusive"><block var="string"/><l>1</l><block s="reportDifference"><block var="index"/><l>1</l></block></custom-block></block></block></block></script></block-definition><block-definition s="substring of %&apos;string&apos; after %&apos;marker&apos;" type="reporter" category="operators"><comment x="0" y="0" w="203.33333333333334" collapsed="false">Reports the portion of the first input string starting after the first occurrence of the second string.  If the second string isn&apos;t found in the first string, reports an empty string.</comment><header></header><code></code><translations>pt:o texto de _ depois de _&#xD;ca:part del text _ posterior a _&#xD;</translations><inputs><input type="%txt"></input><input type="%txt"></input></inputs><script><block s="doDeclareVariables"><list><l>index</l><l>end</l></list></block><block s="doSetVar"><l>index</l><custom-block s="position of %s in %txt"><block var="marker"/><block var="string"/></custom-block></block><block s="doSetVar"><l>end</l><block s="reportVariadicSum"><list><block var="index"/><block s="reportStringSize"><block var="marker"/></block></list></block></block><block s="doReport"><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="index"/><l>0</l></list></block><l></l><block s="reportIfElse"><block s="reportVariadicGreaterThan"><list><block var="end"/><block s="reportStringSize"><block var="string"/></block></list></block><l></l><custom-block s="substring of %txt from position %n to position %n inclusive"><block var="string"/><block var="end"/><l></l></custom-block></block></block></block></script></block-definition><block-definition s="position of %&apos;small&apos; in %&apos;large&apos;" type="reporter" category="operators"><comment x="0" y="0" w="294" collapsed="false">Reports the character position (starting from 1) of the beginning of the first input string inside the second input string.&#xD;If it&apos;s not found, reports 0.</comment><header></header><code></code><translations>pt:a posição de _ em _&#xD;ca:posició de _ en _&#xD;</translations><inputs><input type="%s"></input><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportIfElse"><custom-block s="use case-independent comparison"></custom-block><block s="reportApplyExtension"><l>txt_indexof(sub, txt)</l><list><custom-block s="to lower case %txt"><block var="small"/></custom-block><custom-block s="to lower case %txt"><block var="large"/></custom-block></list></block><block s="reportApplyExtension"><l>txt_indexof(sub, txt)</l><list><block var="small"/><block var="large"/></list></block></block></block></script></block-definition><block-definition s="use case-independent comparisons %&apos;tf&apos;" type="command" category="operators"><comment x="0" y="0" w="225.33333333333334" collapsed="false">If input is TRUE, comparisons made by functions in the string library will be case-independent (so &quot;FOO&quot; = &quot;foo&quot;).  This is the default.&#xD;If input is FALSE, comparisons will be exact.</comment><header></header><code></code><translations>pt:altera comparações ignorando distinção minúsculas/maiúsculas para _&#xD;ca:ignora la diferenciació de majúscules _&#xD;</translations><inputs><input type="%b"></input></inputs><script><block s="doIfElse"><block s="reportNot"><block var="tf"/></block><script><block s="doApplyExtension"><l>var_declare(scope, name)</l><list><l>global</l><l>_case indepent</l></list></block><block s="doApplyExtension"><l>var_set(name, val)</l><list><l>_case indepent</l><block s="reportBoolean"><l><bool>false</bool></l></block></list></block></script><script><block s="doApplyExtension"><l>var_delete(name)</l><list><l>_case indepent</l></list></block></script></block></script></block-definition><block-definition s="substring of %&apos;str&apos; from position %&apos;start&apos; to position %&apos;end&apos; inclusive" type="reporter" category="operators"><comment x="0" y="0" w="297.3333333333333" collapsed="false">Reports the portion of the first input (string) starting at the position given by the second input (counting from 1, like LETTER n OF) and ending at the position given by the third input (also counting from 1).  If the third input is empty, reports the portion from the first position to the end of the string.&#xD;If a position number is negative, counts from the end backward, so -1 is the last character, -2 is the next to last, etc.</comment><header></header><code></code><translations>pt:o texto de _ entre as posições _ e _ , inclusive&#xD;ca:part del text _ des de la posició _ fins _&#xD;</translations><inputs><input type="%txt"></input><input type="%n"></input><input type="%n"></input></inputs><script><block s="doReport"><block s="reportJoinWords"><block s="reportLetter"><block s="reportNumbers"><block s="reportIfElse"><block s="reportVariadicLessThan"><list><block var="start"/><l>0</l></list></block><block s="reportVariadicSum"><list><block s="reportVariadicSum"><list><block var="start"/><l>1</l></list></block><block s="reportStringSize"><block var="str"/></block></list></block><block var="start"/></block><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="end"/><l>0</l></list></block><block s="reportStringSize"><block var="str"/></block><block s="reportIfElse"><block s="reportVariadicLessThan"><list><block var="end"/><l>0</l></list></block><block s="reportVariadicSum"><list><block s="reportVariadicSum"><list><block var="end"/><l>1</l></list></block><block s="reportStringSize"><block var="str"/></block></list></block><block var="end"/></block></block></block><block var="str"/></block></block></block></script></block-definition><block-definition s="text %&apos;string&apos; contains %&apos;marker&apos;" type="predicate" category="operators"><comment x="0" y="0" w="218" collapsed="false">Reports True if the first input string contains the second input string, otherwise false.&#xD;&#xD;Comparison is case-independent by default; use USE CASE-INDEPENDENT COMPARISONS to change that.</comment><header></header><code></code><translations>pt:o texto de _ antes de _&#xD;ca:text _ conté _ ?&#xD;</translations><inputs><input type="%txt"></input><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportVariadicGreaterThan"><list><custom-block s="position of %s in %txt"><block var="marker"/><block var="string"/></custom-block><l>0</l></list></block></block></script></block-definition><block-definition s="to lower case %&apos;text&apos;" type="reporter" category="operators"><comment x="0" y="0" w="275.3333333333333" collapsed="false">Reports the input text with lower case letters instead of capital letters in the input.  Uses the user&apos;s locale&apos;s rules for case conversion.</comment><header></header><code></code><translations>pt:em minúsculas _&#xD;ca:_ a minúscules&#xD;</translations><inputs><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportApplyExtension"><l>txt_lowercase(txt)</l><list><block s="reportJoinWords"><list><block var="text"/></list></block></list></block></block></script></block-definition><block-definition s="use case-independent comparison" type="predicate" category="sensing"><header></header><code></code><translations>ca:comparacions ignorant majúscules?&#xD;</translations><inputs></inputs><script><block s="doDeclareVariables"><list><l>result</l></list></block><block s="doApplyExtension"><l>err_try(cmd, catch, err)</l><list><block s="reifyScript"><script><block s="doSetVar"><l>result</l><block s="reportApplyExtension"><l>var_get(name)</l><list><l>_case indepent</l></list></block></block></script><list></list></block><block s="reifyScript"><script><block s="doSetVar"><l>result</l><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><list></list></block><l></l></list></block><block s="doApplyExtension"><l>err_reset</l><list></list></block><block s="doReport"><block var="result"/></block></script></block-definition><block-definition s="draw calendar num rows: %&apos;rows&apos; num columns: %&apos;columns&apos;" type="command" category="motion"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doWarp"><script><block s="setSize"><l>3</l></block><block s="doDeclareVariables"><list><l>vertical step</l><l>horizontal step</l></list></block><block s="doSetVar"><l>vertical step</l><block s="reportQuotient"><l>260</l><block var="rows"/></block></block><block s="doSetVar"><l>horizontal step</l><block s="reportQuotient"><l>360</l><block var="columns"/></block></block><block s="gotoXY"><l>-180</l><l>130</l></block><block s="doRepeat"><block s="reportVariadicSum"><list><block var="rows"/><l>1</l></list></block><script><block s="setHeading"><l>90</l></block><block s="down"></block><block s="forward"><l>360</l></block><block s="up"></block><block s="setHeading"><l>-90</l></block><block s="forward"><l>360</l></block><block s="setHeading"><l>180</l></block><block s="forward"><block var="vertical step"/></block></script></block><block s="gotoXY"><l>-180</l><l>130</l></block><block s="doRepeat"><block s="reportVariadicSum"><list><block var="columns"/><l>1</l></list></block><script><block s="setHeading"><l>180</l></block><block s="down"></block><block s="forward"><l>260</l></block><block s="up"></block><block s="setHeading"><l>0</l></block><block s="forward"><l>260</l></block><block s="setHeading"><l>90</l></block><block s="forward"><block var="horizontal step"/></block></script></block></script></block></script></block-definition><block-definition s="draw full year" type="command" category="pen"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doDeclareVariables"><list><l>x-position-label</l><l>y-position-label</l><l>num rows</l><l>num columns</l><l>horizontal step</l><l>vertical step</l></list></block><block s="doSetVar"><l>num columns</l><l>4</l></block><block s="doSetVar"><l>num rows</l><l>3</l></block><block s="doSetVar"><l>x-position-label</l><l>-177</l></block><block s="doSetVar"><l>y-position-label</l><l>50</l></block><block s="doSetVar"><l>horizontal step</l><block s="reportQuotient"><l>360</l><block var="num columns"/></block></block><block s="doSetVar"><l>vertical step</l><block s="reportQuotient"><l>260</l><block var="num rows"/></block></block><block s="clear"></block><block s="doWarp"><script><block s="gotoXY"><l>0</l><l>0</l></block><custom-block s="draw calendar num rows: %s num columns: %s"><block var="num rows"/><block var="num columns"/></custom-block><block s="gotoXY"><l>-50</l><l>140</l></block><block s="write"><l>2023</l><l>50</l></block><block s="gotoXY"><block var="x-position-label"/><block var="y-position-label"/></block><block s="doFor"><l>i</l><l>1</l><l>4</l><script><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-position-label"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block s="reportDifference"><block var="i"/><l>1</l></block></list></block></list></block><block var="y-position-label"/></block><block s="write"><block s="reportListItem"><l>1</l><block s="reportListItem"><block var="i"/><block var="MONTHS"/></block></block><l>18</l></block></script></block><block s="doFor"><l>i</l><l>5</l><l>8</l><script><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-position-label"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block s="reportDifference"><block var="i"/><l>5</l></block></list></block></list></block><block s="reportDifference"><block var="y-position-label"/><block var="vertical step"/></block></block><block s="write"><block s="reportListItem"><l>1</l><block s="reportListItem"><block var="i"/><block var="MONTHS"/></block></block><l>18</l></block></script></block><block s="doFor"><l>i</l><l>9</l><l>12</l><script><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-position-label"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block s="reportDifference"><block var="i"/><l>9</l></block></list></block></list></block><block s="reportDifference"><block var="y-position-label"/><block s="reportVariadicProduct"><list><l>2</l><block var="vertical step"/></list></block></block></block><block s="write"><block s="reportListItem"><l>1</l><block s="reportListItem"><block var="i"/><block var="MONTHS"/></block></block><l>18</l></block></script></block><block s="gotoXY"><l>-180</l><l>-160</l></block></script></block></script></block-definition><block-definition s="draw month %&apos;month&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doDeclareVariables"><list><l>vertical step</l><l>horizontal step</l><l>rows</l><l>columns</l><l>x-position-days</l><l>y-position-days</l><l>days of month</l><l>x-position-events</l><l>y-position-events</l><l>repeat count</l></list><comment w="90" collapsed="false">set variables</comment></block><block s="doSetVar"><l>rows</l><l>5</l></block><block s="doSetVar"><l>columns</l><l>7</l></block><block s="doSetVar"><l>vertical step</l><block s="reportQuotient"><l>260</l><block var="rows"/></block></block><block s="doSetVar"><l>horizontal step</l><block s="reportQuotient"><l>360</l><block var="columns"/></block></block><block s="doSetVar"><l>days of month</l><block s="reportCDR"><block var="month"/></block></block><block s="doWarp"><script><block s="clear"></block><custom-block s="draw calendar num rows: %s num columns: %s"><block var="rows"/><block var="columns"/><comment w="90" collapsed="false">build the base calendar</comment></custom-block><block s="gotoXY"><l>-20</l><l>160</l></block><block s="write"><block s="reportListItem"><l>1</l><block var="month"/></block><l>14</l><comment w="90" collapsed="false">label the name of the month</comment></block><block s="gotoXY"><l>-175</l><l>140</l></block><block s="doFor"><l>i</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block var="WEEK"/></block><script><block s="write"><block s="reportListItem"><block var="i"/><block var="WEEK"/></block><l>10.5</l></block><block s="forward"><l>10</l></block></script><comment w="90" collapsed="false">label the days of the week</comment></block><block s="doSetVar"><l>x-position-days</l><l>-175</l></block><block s="doSetVar"><l>y-position-days</l><l>120</l></block><block s="doFor"><l>i</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block var="days of month"/></block><script><block s="gotoXY"><block var="x-position-days"/><block var="y-position-days"/></block><block s="setHeading"><l>90</l></block><block s="doFor"><l>j</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block s="reportListItem"><block var="i"/><block var="days of month"/></block></block><script><block s="write"><block s="reportListItem"><block var="j"/><block s="reportListItem"><block var="i"/><block var="days of month"/></block></block><l>10</l></block><block s="forward"><block s="reportDifference"><block var="horizontal step"/><l>7</l></block></block></script></block><block s="doSetVar"><l>y-position-days</l><block s="reportDifference"><block var="y-position-days"/><block var="vertical step"/></block></block></script><comment w="90" collapsed="false">label the days in the month</comment></block><block s="doSetVar"><l>x-position-events</l><l>-176</l></block><block s="doSetVar"><l>y-position-events</l><l>110</l></block><block s="doFor"><l>i</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block var="ALL EVENTS"/></block><script><block s="setColor"><color>15,0,2,1</color></block><block s="gotoXY"><block var="x-position-events"/><block var="y-position-events"/></block><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportListItem"><l>1</l><block var="month"/></block><block s="reportListItem"><l>3</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block></list></block><script><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-position-events"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block s="reportDifference"><block s="reportListItem"><l>6</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block><l>1</l></block></list></block></list></block><block s="reportDifference"><block var="y-position-events"/><block s="reportVariadicProduct"><list><block var="vertical step"/><block s="reportDifference"><block s="reportListItem"><l>5</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block><l>1</l></block></list></block></block></block><block s="doSetVar"><l>repeat count</l><l>0</l></block><block s="doFor"><l>j</l><l>1</l><block var="i"/><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportVariadicEquals"><list><block s="reportListItem"><l>3</l><block s="reportListItem"><block var="j"/><block var="ALL EVENTS"/></block></block><block s="reportListItem"><l>3</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block></list></block><block s="reportVariadicEquals"><list><block s="reportListItem"><l>4</l><block s="reportListItem"><block var="j"/><block var="ALL EVENTS"/></block></block><block s="reportListItem"><l>4</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block></list></block></list></block><script><block s="doSetVar"><l>repeat count</l><block s="reportVariadicSum"><list><block var="repeat count"/><l>1</l></list></block></block><block s="doChangeVar"><l>week 1/final events</l><l>1</l></block></script></block></script></block><block s="doIf"><block s="reportVariadicGreaterThan"><list><block var="repeat count"/><l>1</l></list></block><script><block s="setHeading"><l>180</l></block><block s="forward"><block s="reportVariadicProduct"><list><block s="reportDifference"><block var="repeat count"/><l>1</l></block><l>10</l></list></block></block></script></block><block s="setHeading"><l>90</l></block><block s="write"><block s="reportListItem"><l>1</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block><l>7</l></block></script></block></script><comment w="90" collapsed="false">putting events on the board</comment></block><block s="gotoXY"><l>-180</l><l>-160</l></block></script></block></script></block-definition><block-definition s="draw week %&apos;num&apos; in %&apos;month&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%l"></input></inputs><script><block s="doDeclareVariables"><list><l>this week</l><l>horizontal step</l><l>vertical step</l><l>num rows</l><l>num cols</l><l>x-location-labels</l><l>y-location-labels</l><l>x-position-events</l><l>y-position-events</l></list></block><block s="doSetVar"><l>num rows</l><l>2</l></block><block s="doSetVar"><l>num cols</l><l>4</l></block><block s="doSetVar"><l>horizontal step</l><block s="reportQuotient"><l>360</l><block var="num cols"/></block></block><block s="doSetVar"><l>vertical step</l><block s="reportQuotient"><l>260</l><block var="num rows"/></block></block><block s="doSetVar"><l>this week</l><block s="reportListItem"><block var="num"/><block s="reportCDR"><block var="month"/></block></block></block><block s="doSetVar"><l>x-location-labels</l><l>-175</l></block><block s="doSetVar"><l>y-location-labels</l><l>115</l></block><block s="doSetVar"><l>x-position-events</l><l>-175</l></block><block s="doSetVar"><l>y-position-events</l><l>100</l></block><block s="doWarp"><script><block s="clear"></block><block s="setHeading"><l>90</l></block><custom-block s="draw calendar num rows: %s num columns: %s"><block var="num rows"/><block var="num cols"/></custom-block><block s="gotoXY"><block var="x-location-labels"/><block var="y-location-labels"/></block><block s="doFor"><l>i</l><l>1</l><l>4</l><script><block s="write"><block s="reportJoinWords"><list><block s="reportListItem"><block var="i"/><block var="WEEK"/></block><l> </l><block s="reportListItem"><block var="i"/><block var="this week"/></block></list></block><l>12</l></block><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-location-labels"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block var="i"/></list></block></list></block><block var="y-location-labels"/></block></script></block><block s="gotoXY"><block var="x-location-labels"/><block s="reportDifference"><block var="y-location-labels"/><block var="vertical step"/></block></block><block s="doFor"><l>i</l><l>5</l><block s="reportListAttribute"><l><option>length</option></l><block var="WEEK"/></block><script><block s="write"><block s="reportJoinWords"><list><block s="reportListItem"><block var="i"/><block var="WEEK"/></block><l> </l><block s="reportListItem"><block var="i"/><block var="this week"/></block></list></block><l>12</l></block><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-location-labels"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block s="reportDifference"><block var="i"/><l>4</l></block></list></block></list></block><block s="reportDifference"><block var="y-location-labels"/><block var="vertical step"/></block></block></script></block><block s="gotoXY"><l>150</l><l>-120</l></block><block s="setHeading"><l>0</l></block><block s="write"><block s="reportJoinWords"><list><l>WEEK</l><block var="num"/></list></block><l>40</l></block><block s="gotoXY"><block var="x-position-events"/><block var="y-position-events"/></block><block s="setHeading"><l>90</l></block><block s="doFor"><l>i</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block var="ALL EVENTS"/></block><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportVariadicEquals"><list><block var="num"/><block s="reportListItem"><l>5</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block></list></block><block s="reportVariadicEquals"><list><block s="reportListItem"><l>1</l><block var="month"/></block><block s="reportListItem"><l>3</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block></list></block></list></block><script><block s="doIfElse"><block s="reportVariadicLessThanOrEquals"><list><block s="reportListItem"><l>6</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block><l>4</l></list></block><script><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-position-events"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block s="reportDifference"><block s="reportListItem"><l>6</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block><l>1</l></block></list></block></list></block><block var="y-position-events"/></block><custom-block s="for repeats %s %s"><block var="i"/><block var="ALL EVENTS"/></custom-block></script><script><block s="gotoXY"><block s="reportVariadicSum"><list><block var="x-position-events"/><block s="reportVariadicProduct"><list><block var="horizontal step"/><block s="reportDifference"><block s="reportListItem"><l>6</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block><l>5</l></block></list></block></list></block><block s="reportDifference"><block var="y-position-events"/><block var="vertical step"/></block></block><custom-block s="for repeats %s %s"><block var="i"/><block var="ALL EVENTS"/></custom-block></script></block></script></block></script></block><block s="gotoXY"><l>-180</l><l>-160</l></block></script></block></script></block-definition><block-definition s="identify place for events %&apos;EVENT&apos;" type="command" category="variables"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doDeclareVariables"><list><l>days</l></list></block><block s="doFor"><l>i</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block var="MONTHS"/></block><script><block s="doSetVar"><l>days</l><block s="reportCDR"><block s="reportListItem"><block var="i"/><block var="MONTHS"/></block></block></block><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportListItem"><l>3</l><block var="EVENT"/></block><block s="reportListItem"><l>1</l><block s="reportListItem"><block var="i"/><block var="MONTHS"/></block></block></list></block><script><block s="doFor"><l>row</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block var="days"/></block><script><block s="doFor"><l>column</l><l>1</l><block s="reportListAttribute"><l><option>length</option></l><block s="reportListItem"><block var="row"/><block var="days"/></block></block><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportListItem"><block var="column"/><block s="reportListItem"><block var="row"/><block var="days"/></block></block><block s="reportListItem"><l>4</l><block var="EVENT"/></block></list></block><script><block s="doAddToList"><block var="row"/><block var="EVENT"/></block><block s="doAddToList"><block var="column"/><block var="EVENT"/></block></script></block></script></block></script></block></script></block></script></block></script></block-definition><block-definition s="set global variables" type="command" category="variables"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doSetVar"><l>WEEK</l><block s="reportNewList"><list><l>SUNDAY</l><l>MONDAY</l><l>TUESDAY</l><l>WEDNESDAY</l><l>THURSDAY</l><l>FRIDAY</l><l>SATURDAY</l></list></block></block><block s="doSetVar"><l>MONTHS</l><block s="reportNewList"><list><block var="January"/><block var="February"/><block var="March"/><block var="April"/><block var="May"/><block var="June"/><block var="July"/><block var="August"/><block var="September"/><block var="October"/><block var="November"/><block var="December"/></list></block></block><block s="doSetVar"><l>January</l><block s="reportNewList"><list><l>January</l><block s="reportNewList"><list><l>01</l><l>02</l><l>03</l><l>04</l><l>05</l><l>06</l><l>07</l></list></block><block s="reportNewList"><list><l>08</l><l>09</l><l>10</l><l>11</l><l>12</l><l>13</l><l>14</l></list></block><block s="reportNewList"><list><l>15</l><l>16</l><l>17</l><l>18</l><l>19</l><l>20</l><l>21</l></list></block><block s="reportNewList"><list><l>22</l><l>23</l><l>24</l><l>25</l><l>26</l><l>27</l><l>28</l></list></block><block s="reportNewList"><list><l>29</l><l>30</l><l>31</l></list></block></list></block></block><block s="doSetVar"><l>February</l><block s="reportNewList"><list><l>February</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>01</l><l>02</l><l>03</l><l>04</l></list></block><block s="reportNewList"><list><l>05</l><l>06</l><l>07</l><l>08</l><l>09</l><l>10</l><l>11</l></list></block><block s="reportNewList"><list><l>12</l><l>13</l><l>14</l><l>15</l><l>16</l><l>17</l><l>18</l></list></block><block s="reportNewList"><list><l>19</l><l>20</l><l>21</l><l>21</l><l>22</l><l>23</l><l>24</l></list></block><block s="reportNewList"><list><l>25</l><l>26</l><l>27</l><l>28</l></list></block></list></block></block><block s="doSetVar"><l>March</l><block s="reportNewList"><list><l>March</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>01</l><l>02</l><l>03</l><l>04</l></list></block><block s="reportNewList"><list><l>05</l><l>06</l><l>07</l><l>08</l><l>09</l><l>10</l><l>11</l></list></block><block s="reportNewList"><list><l>12</l><l>13</l><l>14</l><l>15</l><l>16</l><l>17</l><l>18</l></list></block><block s="reportNewList"><list><l>19</l><l>20</l><l>21</l><l>21</l><l>22</l><l>23</l><l>24</l></list></block><block s="reportNewList"><list><l>25</l><l>26</l><l>27</l><l>28</l><l>29</l><l>30</l><l>31</l></list></block></list></block></block><block s="doSetVar"><l>April</l><block s="reportNewList"><list><l>April</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>--</l><l>--</l><l>--</l><l>01</l></list></block><block s="reportNewList"><list><l>02</l><l>03</l><l>04</l><l>05</l><l>06</l><l>07</l><l>08</l></list></block><block s="reportNewList"><list><l>09</l><l>10</l><l>11</l><l>12</l><l>13</l><l>14</l><l>15</l></list></block><block s="reportNewList"><list><l>16</l><l>17</l><l>18</l><l>19</l><l>20</l><l>21</l><l>22</l></list></block><block s="reportNewList"><list><l>23</l><l>24</l><l>25</l><l>26</l><l>27</l><l>28</l><l>29</l></list></block><block s="reportNewList"><list><l>30</l></list></block></list></block></block><block s="doSetVar"><l>May</l><block s="reportNewList"><list><l>May</l><block s="reportNewList"><list><l>--</l><l>01</l><l>02</l><l>03</l><l>04</l><l>05</l><l>06</l></list></block><block s="reportNewList"><list><l>07</l><l>08</l><l>09</l><l>10</l><l>11</l><l>12</l><l>13</l></list></block><block s="reportNewList"><list><l>14</l><l>15</l><l>16</l><l>17</l><l>18</l><l>19</l><l>20</l></list></block><block s="reportNewList"><list><l>21</l><l>22</l><l>23</l><l>24</l><l>25</l><l>26</l><l>27</l></list></block><block s="reportNewList"><list><l>28</l><l>29</l><l>30</l><l>31</l></list></block></list></block></block><block s="doSetVar"><l>June</l><block s="reportNewList"><list><l>June</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>--</l><l>01</l><l>02</l><l>03</l></list></block><block s="reportNewList"><list><l>04</l><l>05</l><l>06</l><l>07</l><l>08</l><l>09</l><l>10</l></list></block><block s="reportNewList"><list><l>11</l><l>12</l><l>13</l><l>14</l><l>15</l><l>16</l><l>17</l></list></block><block s="reportNewList"><list><l>18</l><l>19</l><l>20</l><l>21</l><l>22</l><l>23</l><l>24</l></list></block><block s="reportNewList"><list><l>25</l><l>26</l><l>27</l><l>28</l><l>29</l><l>30</l><l>--</l></list></block></list></block></block><block s="doSetVar"><l>July</l><block s="reportNewList"><list><l>July</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>--</l><l>--</l><l>--</l><l>01</l></list></block><block s="reportNewList"><list><l>02</l><l>03</l><l>04</l><l>05</l><l>06</l><l>07</l><l>08</l></list></block><block s="reportNewList"><list><l>09</l><l>10</l><l>11</l><l>12</l><l>13</l><l>14</l><l>15</l></list></block><block s="reportNewList"><list><l>16</l><l>17</l><l>18</l><l>19</l><l>20</l><l>21</l><l>22</l></list></block><block s="reportNewList"><list><l>23</l><l>24</l><l>25</l><l>26</l><l>27</l><l>28</l><l>29</l></list></block><block s="reportNewList"><list><l>30</l><l>31</l></list></block></list></block></block><block s="doSetVar"><l>August</l><block s="reportNewList"><list><l>August</l><block s="reportNewList"><list><l>--</l><l>--</l><l>01</l><l>02</l><l>03</l><l>04</l><l>05</l></list></block><block s="reportNewList"><list><l>06</l><l>07</l><l>08</l><l>09</l><l>10</l><l>11</l><l>12</l></list></block><block s="reportNewList"><list><l>13</l><l>14</l><l>15</l><l>16</l><l>17</l><l>18</l><l>19</l></list></block><block s="reportNewList"><list><l>20</l><l>21</l><l>22</l><l>23</l><l>24</l><l>25</l><l>26</l></list></block><block s="reportNewList"><list><l>27</l><l>28</l><l>29</l><l>30</l><l>31</l></list></block></list></block></block><block s="doSetVar"><l>September</l><block s="reportNewList"><list><l>September</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>--</l><l>--</l><l>01</l><l>02</l></list></block><block s="reportNewList"><list><l>03</l><l>04</l><l>05</l><l>06</l><l>07</l><l>08</l><l>09</l></list></block><block s="reportNewList"><list><l>10</l><l>11</l><l>12</l><l>13</l><l>14</l><l>15</l><l>16</l></list></block><block s="reportNewList"><list><l>17</l><l>18</l><l>19</l><l>20</l><l>21</l><l>22</l><l>23</l></list></block><block s="reportNewList"><list><l>24</l><l>25</l><l>26</l><l>27</l><l>28</l><l>29</l><l>30</l></list></block></list></block></block><block s="doSetVar"><l>October</l><block s="reportNewList"><list><l>October</l><block s="reportNewList"><list><l>01</l><l>02</l><l>03</l><l>04</l><l>05</l><l>06</l><l>07</l></list></block><block s="reportNewList"><list><l>08</l><l>09</l><l>10</l><l>11</l><l>12</l><l>13</l><l>14</l></list></block><block s="reportNewList"><list><l>15</l><l>16</l><l>17</l><l>18</l><l>19</l><l>20</l><l>21</l></list></block><block s="reportNewList"><list><l>22</l><l>23</l><l>24</l><l>25</l><l>26</l><l>27</l><l>28</l></list></block><block s="reportNewList"><list><l>29</l><l>30</l><l>31</l></list></block></list></block></block><block s="doSetVar"><l>November</l><block s="reportNewList"><list><l>November</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>01</l><l>02</l><l>03</l><l>04</l></list></block><block s="reportNewList"><list><l>05</l><l>06</l><l>07</l><l>08</l><l>09</l><l>10</l><l>11</l></list></block><block s="reportNewList"><list><l>12</l><l>13</l><l>14</l><l>15</l><l>16</l><l>17</l><l>18</l></list></block><block s="reportNewList"><list><l>19</l><l>20</l><l>21</l><l>22</l><l>23</l><l>24</l><l>25</l></list></block><block s="reportNewList"><list><l>26</l><l>27</l><l>28</l><l>29</l><l>30</l></list></block></list></block></block><block s="doSetVar"><l>December</l><block s="reportNewList"><list><l>December</l><block s="reportNewList"><list><l>--</l><l>--</l><l>--</l><l>--</l><l>--</l><l>01</l><l>02</l></list></block><block s="reportNewList"><list><l>03</l><l>04</l><l>05</l><l>06</l><l>07</l><l>08</l><l>09</l></list></block><block s="reportNewList"><list><l>10</l><l>11</l><l>12</l><l>13</l><l>14</l><l>15</l><l>16</l></list></block><block s="reportNewList"><list><l>17</l><l>18</l><l>19</l><l>20</l><l>21</l><l>22</l><l>23</l></list></block><block s="reportNewList"><list><l>24</l><l>25</l><l>26</l><l>27</l><l>28</l><l>29</l><l>30</l></list></block><block s="reportNewList"><list><l>31</l></list></block></list></block></block></script></block-definition><block-definition s="for repeats %&apos;i&apos; %&apos;ALL EVENTS&apos;" type="command" category="variables"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doDeclareVariables"><list><l>repeat count</l></list></block><block s="doSetVar"><l>repeat count</l><l>0</l></block><block s="doFor"><l>j</l><l>1</l><block var="i"/><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportVariadicEquals"><list><block s="reportListItem"><l>3</l><block s="reportListItem"><block var="j"/><block var="ALL EVENTS"/></block></block><block s="reportListItem"><l>3</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block></list></block><block s="reportVariadicEquals"><list><block s="reportListItem"><l>4</l><block s="reportListItem"><block var="j"/><block var="ALL EVENTS"/></block></block><block s="reportListItem"><l>4</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block></list></block></list></block><script><block s="doSetVar"><l>repeat count</l><block s="reportVariadicSum"><list><block var="repeat count"/><l>1</l></list></block></block></script></block></script></block><block s="doIf"><block s="reportVariadicGreaterThan"><list><block var="repeat count"/><l>1</l></list></block><script><block s="setHeading"><l>180</l></block><block s="forward"><block s="reportVariadicProduct"><list><block s="reportDifference"><block var="repeat count"/><l>1</l></block><l>20</l></list></block></block></script></block><block s="setHeading"><l>90</l></block><block s="write"><block s="reportListItem"><l>1</l><block s="reportListItem"><block var="i"/><block var="ALL EVENTS"/></block></block><l>10</l></block></script></block-definition><block-definition s="move between screens" type="command" category="control"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doDeclareVariables"><list><l>current month</l><l>current state</l></list></block><custom-block s="draw full year"></custom-block><block s="doSetVar"><l>current month</l><l></l></block><block s="doSetVar"><l>current state</l><l>year</l></block><block s="doForever"><script><block s="doIf"><block s="reportVariadicEquals"><list><block var="current state"/><l>month</l></list></block><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>78</l><block s="reportMouseY"></block><l>130</l></list></block></list></block><script><custom-block s="draw week %s in %l"><l>1</l><block var="current month"/></custom-block><block s="doSetVar"><l>current state</l><l>week</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>26</l><block s="reportMouseY"></block><l>78</l></list></block></list></block><script><custom-block s="draw week %s in %l"><l>2</l><block var="current month"/></custom-block><block s="doSetVar"><l>current state</l><l>week</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>-26</l><block s="reportMouseY"></block><l>26</l></list></block></list></block><script><custom-block s="draw week %s in %l"><l>3</l><block var="current month"/></custom-block><block s="doSetVar"><l>current state</l><l>week</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>-78</l><block s="reportMouseY"></block><l>-26</l></list></block></list></block><script><custom-block s="draw week %s in %l"><l>4</l><block var="current month"/></custom-block><block s="doSetVar"><l>current state</l><l>week</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>-130</l><block s="reportMouseY"></block><l>-78</l></list></block></list></block><script><custom-block s="draw week %s in %l"><l>5</l><block var="current month"/></custom-block><block s="doSetVar"><l>current state</l><l>week</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIfElse"><block s="reportVariadicLessThan"><list><l>6</l><block s="reportListAttribute"><l><option>length</option></l><block var="current month"/></block></list></block><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>-182</l><block s="reportMouseY"></block><l>-130</l></list></block></list></block><script><custom-block s="draw week %s in %l"><l>6</l><block var="current month"/></custom-block><block s="doSetVar"><l>current state</l><l>week</l></block><block s="doWait"><l>0.2</l></block></script></block></script><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>-182</l><block s="reportMouseY"></block><l>-130</l></list></block></list></block><script><custom-block s="draw full year"></custom-block><block s="doSetVar"><l>current state</l><l>year</l></block><block s="doWait"><l>0.2</l></block></script></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportNot"><block s="reportVariadicAnd"><list><block s="reportVariadicLessThan"><list><l>-132</l><block s="reportMouseY"></block><l>130</l></list></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block></list></block></block></list></block><script><custom-block s="draw full year"></custom-block><block s="doSetVar"><l>current state</l><l>year</l></block><block s="doWait"><l>0.2</l></block></script></block></script></block><block s="doIf"><block s="reportVariadicEquals"><list><block var="current state"/><l>week</l></list></block><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportNot"><block s="reportVariadicAnd"><list><block s="reportVariadicLessThan"><list><l>-130</l><block s="reportMouseY"></block><l>130</l></list></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>180</l></list></block></list></block></block></list></block><script><custom-block s="draw month %l"><block var="current month"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block></script></block><block s="doIf"><block s="reportVariadicEquals"><list><block var="current state"/><l>year</l></list></block><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>-90</l></list></block><block s="reportVariadicLessThan"><list><l>44</l><block s="reportMouseY"></block><l>130</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="January"/></block><custom-block s="draw month %l"><block var="January"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-90</l><block s="reportMouseX"></block><l>0</l></list></block><block s="reportVariadicLessThan"><list><l>44</l><block s="reportMouseY"></block><l>130</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="February"/></block><custom-block s="draw month %l"><block var="February"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>0</l><block s="reportMouseX"></block><l>90</l></list></block><block s="reportVariadicLessThan"><list><l>44</l><block s="reportMouseY"></block><l>130</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="March"/></block><custom-block s="draw month %l"><block var="March"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>90</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>44</l><block s="reportMouseY"></block><l>130</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="April"/></block><custom-block s="draw month %l"><block var="April"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>-90</l></list></block><block s="reportVariadicLessThan"><list><l>-42</l><block s="reportMouseY"></block><l>44</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="May"/></block><custom-block s="draw month %l"><block var="May"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-90</l><block s="reportMouseX"></block><l>0</l></list></block><block s="reportVariadicLessThan"><list><l>-42</l><block s="reportMouseY"></block><l>44</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="June"/></block><custom-block s="draw month %l"><block var="June"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>0</l><block s="reportMouseX"></block><l>90</l></list></block><block s="reportVariadicLessThan"><list><l>-42</l><block s="reportMouseY"></block><l>44</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="July"/></block><custom-block s="draw month %l"><block var="July"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>90</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>-42</l><block s="reportMouseY"></block><l>44</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="August"/></block><custom-block s="draw month %l"><block var="August"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-180</l><block s="reportMouseX"></block><l>-90</l></list></block><block s="reportVariadicLessThan"><list><l>-130</l><block s="reportMouseY"></block><l>-42</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="September"/></block><custom-block s="draw month %l"><block var="September"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>-90</l><block s="reportMouseX"></block><l>0</l></list></block><block s="reportVariadicLessThan"><list><l>-130</l><block s="reportMouseY"></block><l>-42</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="October"/></block><custom-block s="draw month %l"><block var="October"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>0</l><block s="reportMouseX"></block><l>90</l></list></block><block s="reportVariadicLessThan"><list><l>-130</l><block s="reportMouseY"></block><l>-42</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="November"/></block><custom-block s="draw month %l"><block var="November"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportMouseDown"></block><block s="reportVariadicLessThan"><list><l>90</l><block s="reportMouseX"></block><l>180</l></list></block><block s="reportVariadicLessThan"><list><l>-130</l><block s="reportMouseY"></block><l>-42</l></list></block></list></block><script><block s="doSetVar"><l>current month</l><block var="December"/></block><custom-block s="draw month %l"><block var="December"/></custom-block><block s="doSetVar"><l>current state</l><l>month</l></block><block s="doWait"><l>0.2</l></block></script></block></script></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="false" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="2844"><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="2845"></list></costumes><sounds><list struct="atomic" id="2846"></list></sounds><variables></variables><blocks></blocks><scripts><script x="20" y="20"><block s="reportListItem"><l>1</l><l/></block></script></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="-180" y="-160" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="15,0,2,1" pen="tip" id="2854"><costumes><list id="2855"><item><ref mediaID="Sprite_cst_2023"></ref></item><item><ref mediaID="Sprite_cst_1"></ref></item><item><ref mediaID="Sprite_cst_JANUARY"></ref></item><item><ref mediaID="Sprite_cst_FEBRUARY"></ref></item><item><ref mediaID="Sprite_cst_MARCH"></ref></item></list></costumes><sounds><list struct="atomic" id="2856"></list></sounds><blocks></blocks><variables></variables><scripts><script x="38" y="21.1666666666664"><block s="clear"></block></script><script x="40" y="66.49999999999989"><custom-block s="draw month %l"><block var="July"/></custom-block></script><script x="40" y="111.66666666666652"><custom-block s="draw full year"></custom-block></script><script x="40" y="154.33333333333326"><custom-block s="draw week %s in %l"><l>2</l><block var="March"/></custom-block></script><script x="39" y="208.5"><custom-block s="set global variables"></custom-block><block s="doReport"><block var="ALL EVENTS"/></block></script><script x="293" y="10"><block s="receiveKey"><l><option>space</option></l><list></list></block><block s="doDeclareVariables"><list><l>EVENT</l></list></block><block s="doSetVar"><l>EVENT</l><block s="reportNewList"><list></list></block></block><block s="doAsk"><l>Event? (name)</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="EVENT"/></block><block s="doAsk"><l>Year?</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="EVENT"/></block><block s="doAsk"><l>Month? (capitalize)</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="EVENT"/></block><block s="doAsk"><l>Date? (two digits)</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="EVENT"/></block><custom-block s="identify place for events %l"><block var="EVENT"/></custom-block><block s="doAddToList"><block var="EVENT"/><block var="ALL EVENTS"/></block></script><script x="295" y="337.3333333333327"><block s="receiveKey"><l><option>enter</option></l><list></list></block><custom-block s="move between screens"></custom-block></script></scripts></sprite><watcher var="ALL EVENTS" style="normal" x="9.284332688588165" y="48.27853369439073" color="243,118,29" hidden="true"/><watcher var="MONTHS" style="normal" x="10.000000000000341" y="52.00000400000002" color="243,118,29" hidden="true"/><watcher var="WEEK" style="normal" x="10.000000000000341" y="145.00000599999996" color="243,118,29" hidden="true"/><watcher scope="Sprite" s="yPosition" style="normal" x="97.28433268858782" y="128.28433268858788" color="74,108,212" hidden="true"/><watcher scope="Sprite" s="xPosition" style="normal" x="29.284332688588393" y="103.7814331914893" color="74,108,212" hidden="true"/><watcher var="January" style="normal" x="10.000000000000341" y="166.00000800000004" color="243,118,29" hidden="true"/><watcher var="February" style="normal" x="10.000000000000341" y="187.00000999999995" color="243,118,29" hidden="true"/><watcher var="March" style="normal" x="10.000000000000341" y="208.00001199999994" color="243,118,29" hidden="true"/><watcher var="April" style="normal" x="10.000000000000341" y="229.00001400000008" color="243,118,29" hidden="true"/><watcher var="May" style="normal" x="10.000000000000341" y="250.0000159999999" color="243,118,29" hidden="true"/><watcher var="June" style="normal" x="10.000000000000341" y="271.0000179999998" color="243,118,29" hidden="true"/><watcher var="August" style="normal" x="10.000000000000341" y="292.00001999999967" color="243,118,29" hidden="true"/><watcher var="September" style="normal" x="10.000000000000341" y="313.00002199999983" color="243,118,29" hidden="true"/><watcher var="October" style="normal" x="10.000000000000341" y="334.00002400000005" color="243,118,29" hidden="true"/><watcher var="November" style="normal" x="10.000000000000341" y="338.999998" color="243,118,29" hidden="true"/><watcher var="December" style="normal" x="10.000000000000341" y="338.999998" color="243,118,29" hidden="true"/><watcher var="week 1/final events" style="normal" x="10" y="10" color="243,118,29" hidden="true"/></sprites></stage><variables><variable name="ALL EVENTS"><list id="2936"><item><list struct="atomic" id="2937">Berkeley program end,2023,June,30,5,6</list></item><item><list struct="atomic" id="2938">college apps,2023,November,01,1,4</list></item><item><list struct="atomic" id="2939">Halloween,2023,October,31,5,3</list></item><item><list struct="atomic" id="2940">arrive at Berkeley,2023,June,18,4,1</list></item><item><list struct="atomic" id="2941">classes begin,2023,September,06,2,4</list></item><item><list struct="atomic" id="2942">pick up books,2023,July,03,2,2</list></item><item><list struct="atomic" id="2943">final project,2023,June,29,5,5</list></item><item><list struct="atomic" id="2944">new year&apos;s day,2023,January,01,1,1</list></item><item><list struct="atomic" id="2945">Thanksgiving,2023,November,23,4,5</list></item><item><list struct="atomic" id="2946">brunch with pals,2023,July,03,2,2</list></item><item><list struct="atomic" id="2947">go shopping,2023,July,03,2,2</list></item><item><list struct="atomic" id="2948">work starts,2023,July,27,5,5</list></item><item><list struct="atomic" id="2949">April Fool&apos;s Day,2023,April,01,1,7</list></item><item><list struct="atomic" id="2950">relax\,2023,July,01,1,7</list></item><item><list struct="atomic" id="2951">random assignment,2023,December,01,1,6</list></item><item><list struct="atomic" id="2952">new year&apos;s eve,2023,December,31,6,1</list></item><item><list struct="atomic" id="2953">4th of July,2023,July,04,2,3</list></item><item><list struct="atomic" id="2954">random thing,2023,May,31,5,4</list></item><item><list struct="atomic" id="2955">random thing 2,2023,May,03,1,4</list></item><item><list struct="atomic" id="2956">random thing 3,2023,May,10,2,4</list></item><item><list struct="atomic" id="2957">random thing 4,2023,May,17,3,4</list></item><item><list struct="atomic" id="2958">random thing 5,2023,May,24,4,4</list></item><item><list struct="atomic" id="2959">random event 6,May,May,03,1,4</list></item><item><list struct="atomic" id="2960">random thing 7,2023,May,31,5,4</list></item><item><list struct="atomic" id="2961">random thing 8,2023,May,31,5,4</list></item><item><list struct="atomic" id="2962">karaoke,2023,June,29,5,5</list></item><item><list struct="atomic" id="2963">presentation,2023,June,29,5,5</list></item><item><list struct="atomic" id="2964">presentation,2023,June,29,5,5</list></item><item><list struct="atomic" id="2965">come home,2023,June,30,5,6</list></item></list></variable><variable name="MONTHS"><list id="2966"><item><list id="2967"><item><l>January</l></item><item><list struct="atomic" id="2968">01,02,03,04,05,06,07</list></item><item><list struct="atomic" id="2969">08,09,10,11,12,13,14</list></item><item><list struct="atomic" id="2970">15,16,17,18,19,20,21</list></item><item><list struct="atomic" id="2971">22,23,24,25,26,27,28</list></item><item><list struct="atomic" id="2972">29,30,31</list></item></list></item><item><list id="2973"><item><l>February</l></item><item><list struct="atomic" id="2974">--,--,--,01,02,03,04</list></item><item><list struct="atomic" id="2975">05,06,07,08,09,10,11</list></item><item><list struct="atomic" id="2976">12,13,14,15,16,17,18</list></item><item><list struct="atomic" id="2977">19,20,21,21,22,23,24</list></item><item><list struct="atomic" id="2978">25,26,27,28</list></item></list></item><item><list id="2979"><item><l>March</l></item><item><list struct="atomic" id="2980">--,--,--,01,02,03,04</list></item><item><list struct="atomic" id="2981">05,06,07,08,09,10,11</list></item><item><list struct="atomic" id="2982">12,13,14,15,16,17,18</list></item><item><list struct="atomic" id="2983">19,20,21,21,22,23,24</list></item><item><list struct="atomic" id="2984">25,26,27,28,29,30,31</list></item></list></item><item><list id="2985"><item><l>April</l></item><item><list struct="atomic" id="2986">--,--,--,--,--,--,01</list></item><item><list struct="atomic" id="2987">02,03,04,05,06,07,08</list></item><item><list struct="atomic" id="2988">09,10,11,12,13,14,15</list></item><item><list struct="atomic" id="2989">16,17,18,19,20,21,22</list></item><item><list struct="atomic" id="2990">23,24,25,26,27,28,29</list></item><item><list struct="atomic" id="2991">30</list></item></list></item><item><list id="2992"><item><l>May</l></item><item><list struct="atomic" id="2993">--,01,02,03,04,05,06</list></item><item><list struct="atomic" id="2994">07,08,09,10,11,12,13</list></item><item><list struct="atomic" id="2995">14,15,16,17,18,19,20</list></item><item><list struct="atomic" id="2996">21,22,23,24,25,26,27</list></item><item><list struct="atomic" id="2997">28,29,30,31</list></item></list></item><item><list id="2998"><item><l>June</l></item><item><list struct="atomic" id="2999">--,--,--,--,01,02,03</list></item><item><list struct="atomic" id="3000">04,05,06,07,08,09,10</list></item><item><list struct="atomic" id="3001">11,12,13,14,15,16,17</list></item><item><list struct="atomic" id="3002">18,19,20,21,22,23,24</list></item><item><list struct="atomic" id="3003">25,26,27,28,29,30,--</list></item></list></item><item><list id="3004"><item><l>July</l></item><item><list struct="atomic" id="3005">--,--,--,--,--,--,01</list></item><item><list struct="atomic" id="3006">02,03,04,05,06,07,08</list></item><item><list struct="atomic" id="3007">09,10,11,12,13,14,15</list></item><item><list struct="atomic" id="3008">16,17,18,19,20,21,22</list></item><item><list struct="atomic" id="3009">23,24,25,26,27,28,29</list></item><item><list struct="atomic" id="3010">30,31</list></item></list></item><item><list id="3011"><item><l>August</l></item><item><list struct="atomic" id="3012">--,--,01,02,03,04,05</list></item><item><list struct="atomic" id="3013">06,07,08,09,10,11,12</list></item><item><list struct="atomic" id="3014">13,14,15,16,17,18,19</list></item><item><list struct="atomic" id="3015">20,21,22,23,24,25,26</list></item><item><list struct="atomic" id="3016">27,28,29,30,31</list></item></list></item><item><list id="3017"><item><l>September</l></item><item><list struct="atomic" id="3018">--,--,--,--,--,01,02</list></item><item><list struct="atomic" id="3019">03,04,05,06,07,08,09</list></item><item><list struct="atomic" id="3020">10,11,12,13,14,15,16</list></item><item><list struct="atomic" id="3021">17,18,19,20,21,22,23</list></item><item><list struct="atomic" id="3022">24,25,26,27,28,29,30</list></item></list></item><item><list id="3023"><item><l>October</l></item><item><list struct="atomic" id="3024">01,02,03,04,05,06,07</list></item><item><list struct="atomic" id="3025">08,09,10,11,12,13,14</list></item><item><list struct="atomic" id="3026">15,16,17,18,19,20,21</list></item><item><list struct="atomic" id="3027">22,23,24,25,26,27,28</list></item><item><list struct="atomic" id="3028">29,30,31</list></item></list></item><item><list id="3029"><item><l>November</l></item><item><list struct="atomic" id="3030">--,--,--,01,02,03,04</list></item><item><list struct="atomic" id="3031">05,06,07,08,09,10,11</list></item><item><list struct="atomic" id="3032">12,13,14,15,16,17,18</list></item><item><list struct="atomic" id="3033">19,20,21,22,23,24,25</list></item><item><list struct="atomic" id="3034">26,27,28,29,30</list></item></list></item><item><list id="3035"><item><l>December</l></item><item><list struct="atomic" id="3036">--,--,--,--,--,01,02</list></item><item><list struct="atomic" id="3037">03,04,05,06,07,08,09</list></item><item><list struct="atomic" id="3038">10,11,12,13,14,15,16</list></item><item><list struct="atomic" id="3039">17,18,19,20,21,22,23</list></item><item><list struct="atomic" id="3040">24,25,26,27,28,29,30</list></item><item><list struct="atomic" id="3041">31</list></item></list></item></list></variable><variable name="WEEK"><list struct="atomic" id="3042">SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY</list></variable><variable name="June"><list id="3043"><item><l>June</l></item><item><list struct="atomic" id="3044">--,--,--,--,01,02,03</list></item><item><list struct="atomic" id="3045">04,05,06,07,08,09,10</list></item><item><list struct="atomic" id="3046">11,12,13,14,15,16,17</list></item><item><list struct="atomic" id="3047">18,19,20,21,22,23,24</list></item><item><list struct="atomic" id="3048">25,26,27,28,29,30,--</list></item></list></variable><variable name="July"><list id="3049"><item><l>July</l></item><item><list struct="atomic" id="3050">--,--,--,--,--,--,01</list></item><item><list struct="atomic" id="3051">02,03,04,05,06,07,08</list></item><item><list struct="atomic" id="3052">09,10,11,12,13,14,15</list></item><item><list struct="atomic" id="3053">16,17,18,19,20,21,22</list></item><item><list struct="atomic" id="3054">23,24,25,26,27,28,29</list></item><item><list struct="atomic" id="3055">30,31</list></item></list></variable><variable name="January"><list id="3056"><item><l>January</l></item><item><list struct="atomic" id="3057">01,02,03,04,05,06,07</list></item><item><list struct="atomic" id="3058">08,09,10,11,12,13,14</list></item><item><list struct="atomic" id="3059">15,16,17,18,19,20,21</list></item><item><list struct="atomic" id="3060">22,23,24,25,26,27,28</list></item><item><list struct="atomic" id="3061">29,30,31</list></item></list></variable><variable name="February"><list id="3062"><item><l>February</l></item><item><list struct="atomic" id="3063">--,--,--,01,02,03,04</list></item><item><list struct="atomic" id="3064">05,06,07,08,09,10,11</list></item><item><list struct="atomic" id="3065">12,13,14,15,16,17,18</list></item><item><list struct="atomic" id="3066">19,20,21,21,22,23,24</list></item><item><list struct="atomic" id="3067">25,26,27,28</list></item></list></variable><variable name="March"><list id="3068"><item><l>March</l></item><item><list struct="atomic" id="3069">--,--,--,01,02,03,04</list></item><item><list struct="atomic" id="3070">05,06,07,08,09,10,11</list></item><item><list struct="atomic" id="3071">12,13,14,15,16,17,18</list></item><item><list struct="atomic" id="3072">19,20,21,21,22,23,24</list></item><item><list struct="atomic" id="3073">25,26,27,28,29,30,31</list></item></list></variable><variable name="April"><list id="3074"><item><l>April</l></item><item><list struct="atomic" id="3075">--,--,--,--,--,--,01</list></item><item><list struct="atomic" id="3076">02,03,04,05,06,07,08</list></item><item><list struct="atomic" id="3077">09,10,11,12,13,14,15</list></item><item><list struct="atomic" id="3078">16,17,18,19,20,21,22</list></item><item><list struct="atomic" id="3079">23,24,25,26,27,28,29</list></item><item><list struct="atomic" id="3080">30</list></item></list></variable><variable name="May"><list id="3081"><item><l>May</l></item><item><list struct="atomic" id="3082">--,01,02,03,04,05,06</list></item><item><list struct="atomic" id="3083">07,08,09,10,11,12,13</list></item><item><list struct="atomic" id="3084">14,15,16,17,18,19,20</list></item><item><list struct="atomic" id="3085">21,22,23,24,25,26,27</list></item><item><list struct="atomic" id="3086">28,29,30,31</list></item></list></variable><variable name="August"><list id="3087"><item><l>August</l></item><item><list struct="atomic" id="3088">--,--,01,02,03,04,05</list></item><item><list struct="atomic" id="3089">06,07,08,09,10,11,12</list></item><item><list struct="atomic" id="3090">13,14,15,16,17,18,19</list></item><item><list struct="atomic" id="3091">20,21,22,23,24,25,26</list></item><item><list struct="atomic" id="3092">27,28,29,30,31</list></item></list></variable><variable name="September"><list id="3093"><item><l>September</l></item><item><list struct="atomic" id="3094">--,--,--,--,--,01,02</list></item><item><list struct="atomic" id="3095">03,04,05,06,07,08,09</list></item><item><list struct="atomic" id="3096">10,11,12,13,14,15,16</list></item><item><list struct="atomic" id="3097">17,18,19,20,21,22,23</list></item><item><list struct="atomic" id="3098">24,25,26,27,28,29,30</list></item></list></variable><variable name="October"><list id="3099"><item><l>October</l></item><item><list struct="atomic" id="3100">01,02,03,04,05,06,07</list></item><item><list struct="atomic" id="3101">08,09,10,11,12,13,14</list></item><item><list struct="atomic" id="3102">15,16,17,18,19,20,21</list></item><item><list struct="atomic" id="3103">22,23,24,25,26,27,28</list></item><item><list struct="atomic" id="3104">29,30,31</list></item></list></variable><variable name="November"><list id="3105"><item><l>November</l></item><item><list struct="atomic" id="3106">--,--,--,01,02,03,04</list></item><item><list struct="atomic" id="3107">05,06,07,08,09,10,11</list></item><item><list struct="atomic" id="3108">12,13,14,15,16,17,18</list></item><item><list struct="atomic" id="3109">19,20,21,22,23,24,25</list></item><item><list struct="atomic" id="3110">26,27,28,29,30</list></item></list></variable><variable name="December"><list id="3111"><item><l>December</l></item><item><list struct="atomic" id="3112">--,--,--,--,--,01,02</list></item><item><list struct="atomic" id="3113">03,04,05,06,07,08,09</list></item><item><list struct="atomic" id="3114">10,11,12,13,14,15,16</list></item><item><list struct="atomic" id="3115">17,18,19,20,21,22,23</list></item><item><list struct="atomic" id="3116">24,25,26,27,28,29,30</list></item><item><list struct="atomic" id="3117">31</list></item></list></variable><variable name="week 1/final events"><l>747</l></variable></variables></scene></scenes></project><media name="AlexisEmerson - FinalProject" app="Snap! 8.2, https://snap.berkeley.edu" version="2"><costume name="2023" center-x="56.5" center-y="30" image="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNuYXA9Imh0dHA6Ly9zbmFwLmJlcmtlbGV5LmVkdS9ydW4iIHZlcnNpb249IjEuMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0IiB2aWV3Qm94PSI3MTguNSAxNzIuNSAxMTMgNjAiIHdpZHRoPSIxMTMiIGhlaWdodD0iNjAiPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI3MjAiIHkxPSIyMDMiIHgyPSI3MzkiIHkyPSIxODMiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNzM5IiB5MT0iMTg2IiB4Mj0iNzI4IiB5Mj0iMjMxIi8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjcyOSIgeTE9IjIyOSIgeDI9Ijc0MyIgeTI9IjIxOCIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI3NjAiIHkxPSIxODMiIHgyPSI3NTQiIHkyPSIyMDMiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNzU0IiB5MT0iMjA1IiB4Mj0iNzcwIiB5Mj0iMjIwIi8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9Ijc3MCIgeTE9IjIxOSIgeDI9Ijc3NSIgeTI9IjIwMiIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI3NzUiIHkxPSIyMDEiIHgyPSI3NjEiIHkyPSIxODciLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNzc4IiB5MT0iMTkzIiB4Mj0iNzg4IiB5Mj0iMTgzIi8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9Ijc4OCIgeTE9IjE4NSIgeDI9Ijc4MiIgeTI9IjIyNCIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI3ODQiIHkxPSIyMjMiIHgyPSI4MDIiIHkyPSIyMTQiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iODA2IiB5MT0iMTg1IiB4Mj0iODIyIiB5Mj0iMTc0Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjgyMiIgeTE9IjE3NSIgeDI9IjgxNCIgeTI9IjIwMSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI4MTciIHkxPSIyMDEiIHgyPSI4MzAiIHkyPSIxOTYiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iODI5IiB5MT0iMTk2IiB4Mj0iODEwIiB5Mj0iMjE5Ii8+PC9zdmc+" mediaID="Sprite_cst_2023"/><costume name="1" center-x="1.5" center-y="8.5" image="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNuYXA9Imh0dHA6Ly9zbmFwLmJlcmtlbGV5LmVkdS9ydW4iIHZlcnNpb249IjEuMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0IiB2aWV3Qm94PSI1NjcuMTY2Njg3MDExNzE4OCAyMTIuODMzMzQzNTA1ODU5MzggMyAxNyIgd2lkdGg9IjMiIGhlaWdodD0iMTciPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI1NjguNjY2Njg3MDExNzE4OCIgeTE9IjIxNC4zMzMzNDM1MDU4NTkzOCIgeDI9IjU2OC42NjY2ODcwMTE3MTg4IiB5Mj0iMjI4LjMzMzM0MzUwNTg1OTM4Ii8+PC9zdmc+" mediaID="Sprite_cst_1"/><costume name="JANUARY" center-x="24" center-y="11.5" image="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNuYXA9Imh0dHA6Ly9zbmFwLmJlcmtlbGV5LmVkdS9ydW4iIHZlcnNpb249IjEuMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0IiB2aWV3Qm94PSI1NjcuNSAyNjkuNSA0OCAyMyIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjIzIj48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNTgwIiB5MT0iMjcxIiB4Mj0iNTgwIiB5Mj0iMjg5Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjU3OCIgeTE9IjI4OSIgeDI9IjU2OSIgeTI9IjI4NCIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI1OTIiIHkxPSIyNzIiIHgyPSI1ODUiIHkyPSIyOTEiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNTkyIiB5MT0iMjcxIiB4Mj0iNjAyIiB5Mj0iMjg5Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjU4OCIgeTE9IjI4MyIgeDI9IjYwMCIgeTI9IjI4MSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2MDYiIHkxPSIyODkiIHgyPSI2MDYiIHkyPSIyNzEiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjA2IiB5MT0iMjcyIiB4Mj0iNjE0IiB5Mj0iMjg3Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjYxNCIgeTE9IjI4NiIgeDI9IjYxNCIgeTI9IjI3MSIvPjwvc3ZnPg==" mediaID="Sprite_cst_JANUARY"/><costume name="FEBRUARY" center-x="20.5" center-y="12.5" image="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNuYXA9Imh0dHA6Ly9zbmFwLmJlcmtlbGV5LmVkdS9ydW4iIHZlcnNpb249IjEuMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0IiB2aWV3Qm94PSI2MjkuNSAyODkuNSA0MSAyNSIgd2lkdGg9IjQxIiBoZWlnaHQ9IjI1Ij48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjMxIiB5MT0iMjk4IiB4Mj0iNjMxIiB5Mj0iMzEzIi8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjYzMSIgeTE9IjI5NiIgeDI9IjY0MCIgeTI9IjI5NSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2MzMiIHkxPSIzMDEiIHgyPSI2MzgiIHkyPSIzMDEiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjQ2IiB5MT0iMjk2IiB4Mj0iNjQ2IiB5Mj0iMzExIi8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjY0NiIgeTE9IjMxMSIgeDI9IjY1NSIgeTI9IjMxMSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2NDYiIHkxPSIyOTYiIHgyPSI2NTIiIHkyPSIyOTQiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjQ2IiB5MT0iMzA1IiB4Mj0iNjUyIiB5Mj0iMzAzIi8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjY2MCIgeTE9IjI5NiIgeDI9IjY2MCIgeTI9IjMxMSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2NjEiIHkxPSIyOTEiIHgyPSI2NjgiIHkyPSIzMDAiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjYwIiB5MT0iMzAyIiB4Mj0iNjY2IiB5Mj0iMjk5Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjY2MSIgeTE9IjMwMSIgeDI9IjY2OSIgeTI9IjMwOSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2NjAiIHkxPSIzMTAiIHgyPSI2NjciIHkyPSIzMTAiLz48L3N2Zz4=" mediaID="Sprite_cst_FEBRUARY"/><costume name="MARCH" center-x="21" center-y="12" image="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNuYXA9Imh0dHA6Ly9zbmFwLmJlcmtlbGV5LmVkdS9ydW4iIHZlcnNpb249IjEuMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0IiB2aWV3Qm94PSI2MjUuNSAyOTEuNSA0MiAyNCIgd2lkdGg9IjQyIiBoZWlnaHQ9IjI0Ij48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjI3IiB5MT0iMjkzIiB4Mj0iNjI3IiB5Mj0iMzE0Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjYyNyIgeTE9IjI5NSIgeDI9IjYzMiIgeTI9IjMwNCIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2MzIiIHkxPSIzMDMiIHgyPSI2MzYiIHkyPSIyOTMiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjM2IiB5MT0iMjk0IiB4Mj0iNjM2IiB5Mj0iMzEzIi8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjY0NSIgeTE9IjI5NSIgeDI9IjY0MyIgeTI9IjMxMSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2NDQiIHkxPSIyOTMiIHgyPSI2NTMiIHkyPSIzMTEiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjQ2IiB5MT0iMzA0IiB4Mj0iNjQ3IiB5Mj0iMzA0Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjY1NyIgeTE9IjI5NSIgeDI9IjY1NyIgeTI9IjMwOSIvPjxsaW5lIHN0cm9rZT0icmdiKDAsMCwwKSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBwcm90b3R5cGU9IlZlY3RvckxpbmUiIHgxPSI2NTYiIHkxPSIyOTMiIHgyPSI2NjQiIHkyPSIyOTgiLz48bGluZSBzdHJva2U9InJnYigwLDAsMCkiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgcHJvdG90eXBlPSJWZWN0b3JMaW5lIiB4MT0iNjU4IiB5MT0iMzAxIiB4Mj0iNjYzIiB5Mj0iMjk4Ii8+PGxpbmUgc3Ryb2tlPSJyZ2IoMCwwLDApIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiIHByb3RvdHlwZT0iVmVjdG9yTGluZSIgeDE9IjY1OSIgeTE9IjMwMiIgeDI9IjY2NiIgeTI9IjMwNyIvPjwvc3ZnPg==" mediaID="Sprite_cst_MARCH"/></media></snapdata>