> How is that? I'm not iterating over that function, I call it as needed,
> so
> myX, myY would be reset every time.

Uses the addition assignment (+=) operator. 

> No:
> displayObject.filters = [createBevel()]; 

You are missing the point. Why run this function repeatedly when you can set
'myBevel' once and just use that? 
displayObject.filters = [myBevel];

Regards,

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



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

Reply via email to