Steven, 

Thanks for the backup.

Regards,

Keith Reinfeld
Home Page: http://keithreinfeld.home.comcast.net


> -----Original Message-----
> From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-
> boun...@chattyfig.figleaf.com] On Behalf Of Steven Sacks
> Sent: Tuesday, February 23, 2010 2:52 PM
> To: Flash Coders List
> Subject: Re: [Flashcoders] Event.COMPLETE Question
> 
> You should only create the bevel filter ONCE.  Filters are _expensive_
> and
> can/should be shared.  Make your bevel an instance variable
> 
> private var myBevel:BevelFilter = new BevelFilter();
> 
> public function foo()
> {
>      myClip.filters = [myBevel];
> }
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.733 / Virus Database: 271.1.1/2705 - Release Date:
> 02/23/10 01:34:00

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to