<xml xmlns="https://developers.google.com/blockly/xml">
  <variables>
    <variable id="O|ECYm}}agpslLu|ZX/:">distance</variable>
  </variables>
  <block type="variables_set" id="zXuy=*2h.eE(%t4[.,a=" x="204" y="75">
    <field name="VAR" id="O|ECYm}}agpslLu|ZX/:">distance</field>
    <value name="VALUE">
      <block type="math_number" id="(rhpn6!.u)=ws{c~4D-Q">
        <field name="NUM">0</field>
      </block>
    </value>
    <next>
      <block type="transmit" id="b2!qUyVQiHe:=D{Qn!()">
        <value name="for_print">
          <block type="text_join" id="pL?]k[|0Gl7,7bUwJXX+">
            <mutation items="2"></mutation>
            <value name="ADD0">
              <block type="text" id="KB^!mYT]7$g[+!el;l%B">
                <field name="TEXT">Distance = </field>
              </block>
            </value>
            <value name="ADD1">
              <block type="variables_get" id="tj1#$VVxO_[OnDX;,!-;">
                <field name="VAR" id="O|ECYm}}agpslLu|ZX/:">distance</field>
              </block>
            </value>
          </block>
        </value>
        <next>
          <block type="math_change" id="Y*}!k8_eOlR2=)_P]o}u">
            <field name="VAR" id="O|ECYm}}agpslLu|ZX/:">distance</field>
            <value name="DELTA">
              <shadow type="math_number" id="ez4}oGxzfewpOW_=bNO8">
                <field name="NUM">1</field>
              </shadow>
              <block type="distance" id=")opCZ}TN!J4H|(6GK3Kb"></block>
            </value>
            <next>
              <block type="controls_whileUntil" id="B#?jK(3XI$qb,q^4pk/{">
                <field name="MODE">UNTIL</field>
                <value name="BOOL">
                  <block type="logic_compare" id="/N9r=t9v4d}(S}ihWl,?">
                    <field name="OP">LTE</field>
                    <value name="A">
                      <block type="variables_get" id="NH/+XuDu$gS79:$,iWnk">
                        <field name="VAR" id="O|ECYm}}agpslLu|ZX/:">distance</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="fhILc_l|YE-s9RMa4D;t">
                        <field name="NUM">15</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO">
                  <block type="move_forward_distance" id="Ao[_q8q=9;VW?.{(.;;T">
                    <field name="number_of_steps">10</field>
                    <next>
                      <block type="transmit" id="!pJ^K_S)n:otXf}5bK4;">
                        <value name="for_print">
                          <block type="text_join" id="rj}FIJImB]TfM|B|F7h@">
                            <mutation items="2"></mutation>
                            <value name="ADD0">
                              <block type="text" id="JL6hul@s~!xlHup_{N6F">
                                <field name="TEXT">Distance = </field>
                              </block>
                            </value>
                            <value name="ADD1">
                              <block type="variables_get" id=";f{%IJp(!`K?Y~q}2Fw+">
                                <field name="VAR" id="O|ECYm}}agpslLu|ZX/:">distance</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="#,[aV1]z^,#st$sCmn.*">
                            <field name="VAR" id="O|ECYm}}agpslLu|ZX/:">distance</field>
                            <value name="VALUE">
                              <block type="distance" id="kVHGx.vJOv^jWXo_DnU{"></block>
                            </value>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </next>
      </block>
    </next>
  </block>
  <project>
    <title>Experimenting with motor power</title>
    <description>Understand how power, time and speed are linked</description>
  </project>
</xml>