[MWForum]How to make shape turn like the turtle

Wang Chee Seng mwforum@lists.mathcats.com
Thu, 27 Nov 2003 21:21:33 +0800


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