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: flexcoders@yahoogroups.com 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 familiar to

[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 draw

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

2008-08-29 Thread ivo
I found this post very useful, perhaps you will as well http://www.insideria.com/2008/01/flex-graphics-tricks-part-1-ma.html - Ivo - Original Message From: gabriela.perry [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, August 29, 2008 7:45:13 AM Subject: [flexcoders]

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 in

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 applyng them as