[MWForum]MIA, Ask an Expert Question
Jeff Knope
mwforum@lists.mathcats.com
Sun, 16 May 2004 07:15:46 -0700
Jean asked,
> Is there a way to change the colors of shapes you create?
>
> I would like to create polygons and have them change colors ????????
Hi Jean,
One way is to create your images in different colors and assign each of them
to different shapes. Then use setsh (setshape) to make the change.
Another way is to use a hidden turtle to draw the polygons, then change the
turtle color with setc, and redraw them right over the old ones with the new
color.
Good luck, Jeff
----- Original Message -----
From: "Ask an Expert - Question" <askanexpert@openworldlearning.org>
To: <mwforum@lists.mathcats.com>
Sent: Sunday, May 16, 2004 7:03 AM
Subject: [MWForum]MIA, Ask an Expert Question
> This is an automatic message sent from the web form at:
> http://mia.openworldlearning.org/howdoi.htm
>
> from: "Jean Stringer" <sjbjeanmarie@yahoo.com>
> date: Sun, 16 May 2004 7:25:47 -0600
>
> When I have the turtle shape I can make him change colors several ways.
> repeat 5 [ setc 1 wait 5 setc 2 wait 5]
>
> 0r a dolist
>
> However only the turtle shape will change colors for me.
> If I draw a shape {a square or triangle or circle} and want
> it to change colors I can't make it happen. I have tried
> empty shapes and filled shapes. Neither will change color.
> Is there a way to change the colors of shapes you create?
>
> I would like to create polygons and have them change colors ????????
>
> Thank you!
> Jean
>
>
> _______________________________________________
> MWForum mailing list
> MWForum@lists.mathcats.com
> http://lists.mathcats.com/mailman/listinfo/mwforum
> Attachments archived at:
> http://www.mathcats.com/mwforum/attachments.html
> To unsubscribe or for administrative questions contact
> mailto:mwforum-admin@lists.mathcats.com
>
>