[MWForum]Remove all turtles with one command

Mike Sandy mwforum@lists.mathcats.com
Wed, 26 Nov 2003 19:33:20 -0000


to show the colours of all the turtles on a page:
dolist[i get "page1 "turtles][show list :i ask :i[color]]]

Mike

----- Original Message ----- 
From: "Bob Albright" <rlalbright@pngusa.net>
To: <mwforum@lists.mathcats.com>
Sent: Wednesday, November 26, 2003 6:16 PM
Subject: Re: [MWForum]Remove all turtles with one command


> Thanks you. Makes sense after you gave me the answer.
>
> Maybe this one will make sense afterwards also.
>
> The command    show get "t1 "visible?   reports if the turtle is visible
or
> not.
> I want to find a turtles color and try using    show get "t1 "color?   but
> it doesn't work. What should I use?
>
> Bob
>