<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class=""><br class=""><div><div class="">On 2012-06-11, at 05:57, Steve Thomas wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Folks,<div class=""><br class=""></div><div class="">I created a video of a code walk through for my students. &nbsp;It's an algorithm to create a "Green Screen" effect in Etoys.&nbsp;</div><div class="">As I am&nbsp;definitely&nbsp;a novice when it comes to Squeak, I would appreciate any feedback on how I can correct/improve the explanations.</div>
<div class=""><br class=""></div><div class="">Here is a <a href="http://www.youtube.com/watch?v=T5WTS9ql_gQ" class="">link to the video of the code walk through</a>&nbsp;and the i<a href="http://youtu.be/B39DU7LRgL4" class="">ntroduction video </a>to wet the kids appetitie.</div>
</blockquote><br class=""></div><div><span class="Apple-style-span" style="font-size: 13px;"><br>Awesome walkthrough!<br><br>Nit picks:&nbsp;<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&nbsp;going up, and the origin in the lower left (or center, depending on your playfield's settings). So the image code actually goes through the pixels from top to bottom,&nbsp;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.&nbsp;</span><br></div><div><span class="Apple-style-span" style="font-size: 13px;"><br></span></div><div apple-content-edited="true">
<div style="font-family: Helvetica; font-size: 12px; " class=""><span style="font-family: Helvetica; " class="Apple-style-span">- Bert -</span></div><span style="font-size: 12px; " class="Apple-style-span"><br class="Apple-interchange-newline"></span>
</div>
<br class=""></body></html>