Hi all of you, I'm sorry that I have very few spare-time at the moment, so I don't have enough time to contribute as much as I wanted. Here only one or two considerations concerning speed.
The way it is implemented now makes it hard to increment or decrement speed. I'd like an implementation where statements like speed = speed + 1 makes sense. (Speed has in some way a "numeric nature".) This could be accomplished by allowing alternatively numeric values as input or by using numeric CONSTANTS for different values of speed (instead of the strings). Moreover it would be desireable to have some "instant" speed, where not only delay = 0 but the turtle hops from the starting point of a line to the endpoint instantly (i.e. nhops must be set to 0). This would make sense for complex drawings with many lines (like "bytedesign"), which could be drawn faster and where there is no need to observe the way of the turtle along each line. Sorry for the terseness of this input Regards, Gregor -- Gregor Lingl Reisnerstrasse 3/19 A-1030 Wien Telefon: +43 1 713 33 98 Mobil: +43 664 140 35 27 Website: python4kids.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "edupython" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/edupython -~----------~----~----~----~------~----~------~--~---
