Re: [flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3

2008-08-30 Thread Paul Andrews
- Original Message - From: "gabriela.perry" <[EMAIL PROTECTED]> To: Sent: Friday, August 29, 2008 3:45 PM Subject: [flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3 > Hi there. > Im trying to make something that will sound very

RE: [flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3

2008-08-29 Thread Alex Harui
I think of it as a scanline fill algorithm, which is why it works From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Troy Gilbert Sent: Friday, August 29, 2008 10:24 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Drawing shapes with "holes" and apply

Re: [flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3

2008-08-29 Thread Troy Gilbert
> I need to draw a shape with a hole, and need to apply it as a mask to > an image. Im doing this with Flex. The "hole" in the mask is > dynamically created, thats why Im not using flash to draw a movieclip > as my mask. I guess the follow-up you posted answers your question, but wanted to throw i

Re: [flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3

2008-08-29 Thread ivo
coders] Drawing shapes with "holes" and applyng them as mask in AS3 Hi there. Im trying to make something that will sound very familiar to "flashers" around here (sure youre here!) I need to draw a shape with a hole, and need to apply it as a mask to an image. Im doing this wi

[flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3

2008-08-29 Thread gabriela.perry
Hi there. Im trying to make something that will sound very familiar to "flashers" around here (sure youre here!) I need to draw a shape with a hole, and need to apply it as a mask to an image. Im doing this with Flex. The "hole" in the mask is dynamically created, thats why Im not using flash to dr