RE: [flexcoders] Filled Polygon

2007-04-02 Thread Alex Harui
ubject: Re: [flexcoders] Filled Polygon Hi! Thanks for the advice! If you look at the code a bit closer (I know it's a bit complex) You would see that the moveto is only done on the first point in the loop. I believe the code does follow you advice as this example will show. Suppose I

Re: [flexcoders] Filled Polygon

2007-04-02 Thread Adam Royle
50 AM Subject: Re: [flexcoders] Filled Polygon Hi! Thanks for the advice! If you look at the code a bit closer (I know it's a bit complex) You would see that the moveto is only done on the first point in the loop. I believe the code does follow you advice as this example will show.

Re: [flexcoders] Filled Polygon

2007-04-02 Thread Carolyn Cole
From: Carolyn Cole To: <mailto:flexcoders%40yahoogroups.com>flexcoders@yahoogroups.com Sent: Monday, April 02, 2007 11:52 PM Subject: [flexcoders] Filled Polygon Hello, For some reason I can not seem to get my polygon created by lineto to fill. The polygon gets drawn, but the fill never happens. Does

Re: [flexcoders] Filled Polygon

2007-04-02 Thread Adam Royle
point) } moveTo - (optional end point) endFill Hope this helps. Cheers, Adam - Original Message - From: Carolyn Cole To: flexcoders@yahoogroups.com Sent: Monday, April 02, 2007 11:52 PM Subject: [flexcoders] Filled Polygon Hello, For some reason I can not seem to g

[flexcoders] Filled Polygon

2007-04-02 Thread Carolyn Cole
Hello, For some reason I can not seem to get my polygon created by lineto to fill. The polygon gets drawn, but the fill never happens. Does anyone have any suggestions? The code I am using is bellow: recColor = 0xFF; transp=0.5;