[Thread Prev] [Thread Next]
Hi, Andrea I was able to use your procedure to talk to 29
turtles.However, when I cut one of the turtles I got exactly the
same message you reported. So, I would suggest that you hatch
another turtle. It should take the number of the missing turtle and
then see if everything doesn't work out. Sometimes we've
inadvertantly cut something and we are missing a number in the
sequence.
I'd love to know if this was helpful.
Christine
http://mia.openworldlearning.org/howdoi.htm
from: Andrea Duran <aduran@xxxxxxxxxxxxxxxxxxxxx>
date: Tue Jun 27 18:57:08 2006
Hello,
Is there a specific amount of turtles I can talk to using the tto
command? I'm trying to make a procedure that talks to most of the
turtles I have on the page (30).
to reset
tto [t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29]
setsize 10
end
Here is the error message I get when I'm talking to all the turtles:
tto does not like [t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14
t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29] as
input in garden
It does work if I talk to a few at a time.
Thanks,
Andrea Duran
*****************************
OpenWorld Learning
http://www.openworldlearning.org
Previous by thread:
Re: MIA, Ask an Expert: tto [t1 t2 t3 t4 t5 t6 t7 t8 t9 t10t11 t12 t13 ...
Next by thread:
Re: MIA, Ask an Expert: tto [t1 t2 t3 t4 t5 t6 t7 t8 t9t10 t11 t12 t13 ...
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.
|