Hi,
Sorry' Its doesn't work, when I run setup proc there is an error
* does not like t7
as input in everyone
I tries to delete t7' then its error is about other
turtle
what should happened after the instruction
everyone [repeat who * 3 [fd 10
rt 10]] ?
thanks, Zehava
--- On Tue, 5/13/08, LCSI
<alain@xxxxxxx> wrote:
From: LCSI <alain@xxxxxxx> Subject: Re:
[MWForum] rotate several turtles in a circle way To:
mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx Date: Tuesday, May 13, 2008, 2:43
PM
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> |