[Thread Prev] [Thread Next]
Hi,
The problem is that all your turtles are pointing up.
You should make a setup procedure such as
to setup
everyone [home]
everyone [repeat who * 3 [fd 10 rt 10]]
end
to round
everyone [repeat 36 [fd 10 rt 10]]
end
Le 08-05-13 à 06:57, zehava wizman a écrit :
Hello Froum!
I tried to rotate several turtles in a round way' around the center
of the circle.I try to do:
to round_it
forever [repeat 360 [rt 1 fd 1 wait 1]]
end
to do_it
everyone [round_it]
end
nothing happened to the turtles.
file attached
thanks, zehava
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.
Try it now.<rounding1.rar>
Previous by thread:
rotate several turtles in a circle way
Next by thread:
RE: Processing Trouble
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|