<xml xmlns="https://developers.google.com/blockly/xml">
  <block type="controls_repeat_ext" id="4VBG8!}L;Ch{.he0|i/|" x="-37" y="40">
    <value name="TIMES">
      <shadow type="math_number" id=")Sk)kWFqVF9Lihm6?0iH">
        <field name="NUM">10</field>
      </shadow>
    </value>
    <statement name="DO">
      <block type="controls_if" id="q[?/-uV$27:x~UiBa-P0">
        <mutation else="1"></mutation>
        <value name="IF0">
          <block type="logic_compare" id="=Cc5$RHn5?i!IMNE[7Qa">
            <field name="OP">EQ</field>
            <value name="A">
              <block type="check_for_dark" id="Cvt#@p!C0Buzq_O@E@83"></block>
            </value>
            <value name="B">
              <block type="logic_boolean" id=".K3ias{a}0l#$fQ}:s0g">
                <field name="BOOL">TRUE</field>
              </block>
            </value>
          </block>
        </value>
        <statement name="DO0">
          <block type="set_color" id="d7q%SdWQl3qZk2a|7~VY">
            <field name="color_option">'yellow'</field>
            <next>
              <block type="play_sound" id="wPwPd`r8o.o2!+O@w^4q">
                <field name="option">'C:\Users\LENOVO\AppData\Local\Temp\data\sound_effects\empodio.mp3'</field>
              </block>
            </next>
          </block>
        </statement>
        <statement name="ELSE">
          <block type="set_color" id="M-qz:Q37ZL``g$w$^4m}">
            <field name="color_option">'green'</field>
            <next>
              <block type="play_sound" id="iE%,pVA+yY*i%XpjJ8q6">
                <field name="option">'C:\Users\LENOVO\AppData\Local\Temp\data\sound_effects\kalhmera.mp3'</field>
              </block>
            </next>
          </block>
        </statement>
        <next>
          <block type="controls_if" id="~?:$^~do}BfwFyB}.MM(">
            <mutation else="1"></mutation>
            <value name="IF0">
              <block type="logic_compare" id="Ie^0j]kG0_fu0`Yd(bOV">
                <field name="OP">EQ</field>
                <value name="A">
                  <block type="check_for_obstacle" id="+gVb{4)(n%^.5+Ut,daa"></block>
                </value>
                <value name="B">
                  <block type="logic_boolean" id="Od4i5qIWHe(B.93Z|H^C">
                    <field name="BOOL">TRUE</field>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="set_color" id="Qp~?^mKbruyvlkD:vfLv">
                <field name="color_option">'red'</field>
                <next>
                  <block type="play_sound" id="b_9vs9Skh@dMITUSar0Z">
                    <field name="option">'C:\Users\LENOVO\AppData\Local\Temp\data\sound_effects\machine_gun.mp3'</field>
                  </block>
                </next>
              </block>
            </statement>
            <statement name="ELSE">
              <block type="set_color" id="FJp-`WW6v1)Wnl,rOU0J">
                <field name="color_option">'blue'</field>
              </block>
            </statement>
          </block>
        </next>
      </block>
    </statement>
  </block>
  <project>
    <title>Environment Signals</title>
    <description>Detecting light and motion with FOSSBot sensors</description>
  </project>
</xml>