It has taken me a while (since September), but I finally got my object oriented KTurtle in SVN. The code has been sitting around on my computer for the last few months. And while I planned to clean it up just a little more, it never came to that. For anyone who wants to check it out, the code is in /branches/work/kturtle-objects[1]. This version of KTurtle can run the following code:<br>
<br>forward 100<br>$x = turtle<br>$x.forward 50<br><br>This will create a second turtle and move it 50 steps forward.<br><br>Any comments on the code are welcome.<br><br>Cies and Mauricio: Please have a look at it and let me know how you feel about including something like this in 4.3.<br>
<br>Greetings,<br><br>Niels<br><br>[1]: <a href="http://websvn.kde.org/branches/work/kturtle-objects/">http://websvn.kde.org/branches/work/kturtle-objects/</a><br>