<div dir="ltr">Jens/Rick,<div><br></div><div>Thanks that works now.  Couple of other comments/questions:</div><div><br></div><div>Are there any "pen use" type commands (ie: pen down, etc)?<br></div><div><br></div>
<div>If I decided to create my own "forwardBy" function which could apply to any morph, would a good approach be to create a Trait and then apply that Trait to each morph? I tried to figure out how to do this looking at the example but couldn't get it working.  Also I would need to add a "heading" attribute as well to make this work.  Any suggestions/help appreciated.</div>
<div><br></div><div>Since you have showHalos, wouldn't hideHalos be a better name than removeHalos? To me remove indicates no longer there and I would need to add it back.</div><div><br></div><div>Page3 of profesores states:</div>
<div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><span style="color:rgb(0,0,0);font-family:Arial,sans-serif;font-size:19px;white-space:pre-wrap;background-color:rgb(237,243,255)">Besides containing all visible morphs, the world also provides all kinds of functionality. Right click <i><u>on the morph</u></i> to see the World's menu! There you can find tools, parts and the PartsBin and you can save the world in its current state.</span></div>
</blockquote></div><div class="gmail_extra">I think you should remove "on the morph".  Also the "TutorialArea" is sized such that you could think you are clicking on the world and nothing happens (because you clicked on the "TutorialArea" morph).</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">I tried to "Report a Bug" and wound up creating a blank one (because I clicked cancel).  So I simply edited the lively web page and saved it (I love how you folks eat your own cooking, everything is lively :).  So I assume that is the way to "update" and issue?</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Last question, should I be using <a href="http://lively-web.org">lively-web.org</a> instead of <a href="http://lively-kernel.org">lively-kernel.org</a>?</div><div class="gmail_extra">
<br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra">Stephen<br><br><div class="gmail_quote">On Tue, Nov 5, 2013 at 6:27 AM, Lincke, Jens <span dir="ltr"><<a href="mailto:Jens.Lincke@hpi.uni-potsdam.de" target="_blank">Jens.Lincke@hpi.uni-potsdam.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



<div style="word-wrap:break-word">
Hi, Steve
<div><br>
</div>
<div>a point in Lively can be constructed using „pt(100,10)“</div>
<div>so try „this.moveBy(pt(100,10))“</div>
<div><br>
</div>
<div>We could have made the moveBy method more clever in accepting more kind of arguments, but as I remember we did not do it due to performance reasons.</div>
<div>Maybe nowadays this should not make a difference any more. </div>
<div><br>
</div>
<div>Best, Jens</div>
<div><br>
</div>
<div>
<div>Am 05.11.2013 um 00:12 schrieb Steve Thomas <<a href="mailto:sthomas1@gosargon.com" target="_blank">sthomas1@gosargon.com</a>>:</div><div><div class="h5">
<br>
<blockquote type="cite">
<div dir="ltr">Thank you, this is very helpful.  I have been wanting to try and figure out how to use Lively in the same way I use Etoys with kids, but haven't had/made the time to learn the things I need to know.  This definitely helps reduce the learning
 time.  
<div><br>
</div>
<div>One thing I was trying to do was to perform some basic "turtle" commads like moveBy, when I opened the inspector and tried
<b>this.moveBy(10) </b> it always moved to 0,0 no matter what number I entered.  I then say the cheat sheet said<b> moveBy(point)  </b>so I tried moveBy(100,10) and still the same behavior. </div>
<div><br>
</div>
<div>It would be great if at some point the cheatsheet had links for each "cheat" to a tutorial/example page. </div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Stephen</div>
<div>P.S. At some point it would be great if there were scripting tiles :)</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Mon, Nov 4, 2013 at 1:57 AM, Robert Krahn <span dir="ltr">
<<a href="mailto:robert.krahn@gmail.com" target="_blank">robert.krahn@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">
<div>To provide a concise overview of the most needed interfaces when working with Lively I have assembled a small list here:<br>
</div>
<div><br>
</div>
<div><a href="http://lively-web.org/users/robertkrahn/lively-cheat-sheet.html" target="_blank">http://lively-web.org/users/robertkrahn/lively-cheat-sheet.html</a><br>
</div>
<div><br>
</div>
<div>You are very welcome to extend the list or make extension requests.</div>
<div><br>
</div>
<div>Best,</div>
<div>Robert</div>
</div>
<br>
_______________________________________________<br>
lively-kernel mailing list<br>
<a href="mailto:lively-kernel@hpi.uni-potsdam.de" target="_blank">lively-kernel@hpi.uni-potsdam.de</a><br>
<a href="http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel" target="_blank">http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">
<p style="margin:1em 0px;font-family:tahoma,arial,sans-serif;font-size:inherit;line-height:24px">
To some of us, writing computer programs is a fascinating game. A program is a building of thought. It is costless to build, weightless, growing easily under our typing hands. If we get carried away, its size and complexity will grow out of control, confusing
 even the one who created it. This is the main problem of programming. It is why so much of today's software tends to crash, fail, screw up.</p>
<p style="margin:1em 0px;font-family:tahoma,arial,sans-serif;font-size:inherit;line-height:24px">
When a program works, it is beautiful. The art of programming is the skill of controlling complexity. The great program is subdued, made simple in its complexity.<br>
</p>
<p style="margin:1em 0px;font-family:tahoma,arial,sans-serif;font-size:inherit;line-height:24px">
- Martin Harverbeke (from <a href="http://eloquentjavascript.net/index.html" style="color:rgb(17,85,204)" target="_blank">Eloquent JavaScript</a>)</p>
</div>
</div>
</div>
_______________________________________________<br>
lively-kernel mailing list<br>
<a href="mailto:lively-kernel@hpi.uni-potsdam.de" target="_blank">lively-kernel@hpi.uni-potsdam.de</a><br>
<a href="http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel" target="_blank">http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel</a><br>
</blockquote>
</div></div></div>
<br>
</div>

<br>_______________________________________________<br>
lively-kernel mailing list<br>
<a href="mailto:lively-kernel@hpi.uni-potsdam.de">lively-kernel@hpi.uni-potsdam.de</a><br>
<a href="http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel" target="_blank">http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><p style="margin:1em 0px;font-family:tahoma,arial,sans-serif;font-size:medium;line-height:24px">To some of us, writing computer programs is a fascinating game. A program is a building of thought. It is costless to build, weightless, growing easily under our typing hands. If we get carried away, its size and complexity will grow out of control, confusing even the one who created it. This is the main problem of programming. It is why so much of today's software tends to crash, fail, screw up.</p>
<p style="margin:1em 0px;font-family:tahoma,arial,sans-serif;font-size:medium;line-height:24px">When a program works, it is beautiful. The art of programming is the skill of controlling complexity. The great program is subdued, made simple in its complexity.<br>
</p><p style="margin:1em 0px;font-family:tahoma,arial,sans-serif;font-size:medium;line-height:24px">- Martin Harverbeke (from <a href="http://eloquentjavascript.net/index.html" style="color:rgb(17,85,204)" target="_blank">Eloquent JavaScript</a>)</p>
</div>
</div></div>