Brad,

I may not be understanding the question, but the default turtle is only 
created if you use the bare commands. It doesn't exist as  an object 
(mysterious or otherwise ;) ) until the _getpen() function has been 
called the first time. However, in the current design a window is only 
opened when a turtle, either the default or an explicitly created one, 
is created. IOW, your initial turlte can be an object.

Does that make sense?

Vern

[EMAIL PROTECTED] wrote:
> Vern,
> 
> This is really great.  I like that you can drive the turtle in a purely
> imperative style.  But I also like that you can make hundreds of
> turtles if you want.
> 
> My question: Is there a way to do away with the original turtle so that
> if you are working with multiple turtles they are all objects instead
> some as objects and the one as 'mysterious invisible object'?
> 
> Brad
> 
> 
> 
-- 
This time for sure!
    -Bullwinkle J. Moose
-----------------------------
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith Road, Ft Wayne, IN 46804
[EMAIL PROTECTED]; 260-436-0746; FAX: 260-436-5137

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to