[MWForum]How to make shape turn like the turtle

Daniel Ajoy mwforum@lists.mathcats.com
Thu, 27 Nov 2003 08:39:40 -0500


Sure.

How do I make a shape rotate as my turtle turns?
http://mia.openworldlearning.org/howdoi/ftn.htm

Daniel
OpenWorld Learning

There are many other "How do I?" questions answered
here:

http://mia.openworldlearning.org/howdoi.htm





On 27 Nov 2003 at 21:21, Wang Chee Seng wrote:

> Hi
> 
> If I run this code
> 
> repeat 360[fd 1 rt 1 wait 0.1]
> 
> I saw the turtle turned its head as it moved around a circle.
> However if I set it to a shape (say an upright arrow) ,
> the arrow will remain upright as it traces a circle,
> unlike the turtle whose head will turn as it traces a circle.
> 
> Any suggestion?
> 
> Thanks
> 
> Wang