[Thread Prev] [Thread Next]
Hi Zehava,
For problem 1, try this:
to startup
set "blue "mouseclick [fillblue]
set "yellow "mouseclick [fillyellow]
set "turquoise "mouseclick [fillturquoise]
end
to fillblue
t1, setc 105 fill
end
to fillyellow
t1, setc 45 fill
end
to fillturquoise
t1, setc 75 fill
end
I am not clear about your other questions.
Good luck,
-Jeff
----- Original Message -----
From: zehava wizman
To: help MW
Sent: Wednesday, December 06, 2006 1:38 AM
Subject: [MWForum] problem with FILL command and more...
Hello Forum!
1. have problem with the simple command of fill, here attached an example
that clicking on a color has to activated the turtle and fill the area. It
doesn't do nothing.
I did it before manytimes without problems.
2. Does the command tto [t1..t27] ht, has a limit with number of turtles,
and what is the limit? I found sometimes that some turtles in the end of the
list dont do the command,
3. Is there a way not to mention all the turtles in their names and to write
like t1-t20 or something else?
thanks, zehava Wizman
------------------------------------------------------------------------------
Want to start your own business? Learn how on Yahoo! Small Business.
Previous by thread:
problem with FILL command and more...
Next by thread:
Re: problem with FILL command and more...
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.
|