Re: [Flashcoders] Dynamically drawing gloss

2008-02-22 Thread eric e. dolecki
You could make a duplicate of the shape, gradient fill it with white from .5 to 0 in the middle like you want, and apply blendmode of add to it. On Fri, Feb 22, 2008 at 1:03 PM, Merrill, Jason [EMAIL PROTECTED] wrote: How would you approach drawing a shape dynamically which fades from .5

RE: [Flashcoders] Dynamically drawing gloss

2008-02-22 Thread Merrill, Jason
. dolecki Sent: Friday, February 22, 2008 1:36 PM To: Flash Coders List Subject: Re: [Flashcoders] Dynamically drawing gloss You could make a duplicate of the shape, gradient fill it with white from .5 to 0 in the middle like you want, and apply blendmode of add to it. On Fri, Feb 22, 2008 at 1:03 PM

Re: [Flashcoders] Dynamically drawing gloss

2008-02-22 Thread Muzak
This might help: http://livedocs.adobe.com/flash/9.0/main/0180.html - Original Message - From: Merrill, Jason [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, February 22, 2008 7:03 PM Subject: [Flashcoders] Dynamically drawing gloss How

Re: [Flashcoders] Dynamically drawing gloss

2008-02-22 Thread eric e. dolecki
: [Flashcoders] Dynamically drawing gloss You could make a duplicate of the shape, gradient fill it with white from .5 to 0 in the middle like you want, and apply blendmode of add to it. On Fri, Feb 22, 2008 at 1:03 PM, Merrill, Jason [EMAIL PROTECTED] wrote: How would you approach drawing

RE: [Flashcoders] Dynamically drawing gloss

2008-02-22 Thread Merrill, Jason
] Dynamically drawing gloss This might help: http://livedocs.adobe.com/flash/9.0/main/0180.html - Original Message - From: Merrill, Jason [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, February 22, 2008 7:03 PM Subject: [Flashcoders

RE: [Flashcoders] Dynamically drawing gloss

2008-02-22 Thread Merrill, Jason
Learning Blog and subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric e. dolecki Sent: Friday, February 22, 2008 2:11 PM To: Flash Coders List Subject: Re: [Flashcoders] Dynamically drawing gloss import flash.display.BlendMode

RE: [Flashcoders] Dynamically drawing gloss

2008-02-22 Thread Dwayne Neckles
Don't be so hard on yourse;f.. that happens to all of us :) Date: Fri, 22 Feb 2008 14:15:14 -0500 From: [EMAIL PROTECTED] Subject: RE: [Flashcoders] Dynamically drawing gloss To: flashcoders@chattyfig.figleaf.com @%$!*!, I knew someone would send me to the help docs. :) Thanks Muzak