Thanks Bert.<br><br><div class="gmail_quote">On Mon, Jun 11, 2012 at 6:02 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div class="h5"><br><div><div>On 2012-06-11, at 05:57, Steve Thomas wrote:</div><br><blockquote type="cite">Folks,<div><br></div><div>I created a video of a code walk through for my students.  It&#39;s an algorithm to create a &quot;Green Screen&quot; effect in Etoys. </div>
<div>As I am definitely a novice when it comes to Squeak, I would appreciate any feedback on how I can correct/improve the explanations.</div>
<div><br></div><div>Here is a <a href="http://www.youtube.com/watch?v=T5WTS9ql_gQ" target="_blank">link to the video of the code walk through</a> and the i<a href="http://youtu.be/B39DU7LRgL4" target="_blank">ntroduction video </a>to wet the kids appetitie.</div>

</blockquote><br></div></div></div><div><span style="font-size:13px"><br>Awesome walkthrough!<br><br>Nit picks: <br><br>* pages 8 and 10: when you explain iterating over y, the example code on the right should use height, not width ;)<br>
<br>* page 14: 0@0 in Squeak generally denotes the top-left, with increasing y values going down. Only Etoys pretends to use a proper Cartesian coordinate system with y going up, and the origin in the lower left (or center, depending on your playfield&#39;s settings). So the image code actually goes through the pixels from top to bottom, whereas you show it going from bottom to top.<br>
<br>Also, for others to replicate your coding, you may have to briefly show how to make a textual Etoys script. </span><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>
<span style="font-size:13px"><br></span></div><div>
<div style="font-family:Helvetica;font-size:12px"><span style="font-family:Helvetica">- Bert -</span></div><span style="font-size:12px"><br></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br>