RE: [flexcoders] Call an effect on a different object

2006-04-16 Thread Matt Chotin
14, 2006 12:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Call an effect on a different object I'm trying to get a LineSeries to fade away with the Fade effect when I click on a button, but I can only do it through an event that happens on that line series. Is there any way to define

[flexcoders] Call an effect on a different object

2006-04-14 Thread Ryan Pieszak
I'm trying to get a LineSeries to fade away with the Fade effect when I click on a button, but I can only do it through an event that happens on that line series. Is there any way to define an effect such that it happens on the same object regardless of how that effect is called? Thanks in