<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Problem #2<br><br>
None of the answer boxes holds the correct sum :(<br><br>
I am not sure where the logic error is but I am hunting for it!<br><br>
as we discussed yesterday, i have put all this work on the &quot;multicanvas&quot;<br>
tree.<br><a href="http://git.sugarlabs.org/projects/karma/repos/mainline/trees/multicanvas" target="_blank">http://git.sugarlabs.org/projects/karma/repos/mainline/trees/multicanvas</a><br></blockquote>



I have fixed the bug<br><br>the problem was here: <a href="http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/122ecd00112941ccde74932aef01c93d1b5c7cdb/examples/adding_up_to_10/js/lesson.js#line179">http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/122ecd00112941ccde74932aef01c93d1b5c7cdb/examples/adding_up_to_10/js/lesson.js#line179</a><br>

<br>the problem was that &quot;this&quot; inside the callback function (for the click listener) is not the same &quot;this&quot; of the &quot;each&quot; function<br>I changed this[&quot;id&quot;] to <a href="http://item.id">item.id</a><br>

<br>+ changed language to &quot;spanish&quot; :) (btw. could u get some decent english audio for &quot;correct&quot;/&quot;incorrect&quot; ?)<br>+ I have done some other changes (stylistic)<br><br><br><br><div class="gmail_quote">

2009/9/3 Bryan Berry <span dir="ltr">&lt;<a href="mailto:bryan@olenepal.org">bryan@olenepal.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I have adding_up kind of working w/ the new html layout, but it doesn&#39;t<br>
actually add up to the correct sum :(<br>
<br>
Problem #1<br>
<br>
I kept getting an infinite loop in this section in the distance2() call<br>
<br>
I have to admit I don&#39;t exactly understand what distance2 is doing<br>
<a href="http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/multicanvas/examples/adding_up_to_10/js/lesson.js#line142" target="_blank">http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/multicanvas/examples/adding_up_to_10/js/lesson.js#line142</a><br>


<br>
for ( var j=0; j&lt;pos.length; j++) {<br>
        if ( k.geometry.distance2( pos[j], {&quot;x&quot;: x, &quot;y&quot;: y} ) &lt; 80 ) {     flag<br>
= true;<br>
        break; }  }<br>
}while ( flag === true );<br>
pos.push( { &quot;x&quot;:x, &quot;y&quot;: y } );<br>
k.library.images[ imgId ].draw(ctx, x, y )}<br>
<br>
Also, i don&#39;t understand how u can call distance2 w/ pos[j] when pos is<br>
still an empty array. Maybe it is because js just does a lot of weird<br>
stuff.<br>
<br>
Problem #2<br>
<br>
None of the answer boxes holds the correct sum :(<br>
<br>
I am not sure where the logic error is but I am hunting for it!<br>
<br>
as we discussed yesterday, i have put all this work on the &quot;multicanvas&quot;<br>
tree.<br>
<a href="http://git.sugarlabs.org/projects/karma/repos/mainline/trees/multicanvas" target="_blank">http://git.sugarlabs.org/projects/karma/repos/mainline/trees/multicanvas</a><br>
<font color="#888888"><br>
<br>
--<br>
Bryan W. Berry<br>
Technology Director<br>
OLE Nepal, <a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a><br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Felipe López Toledo<br>