[flexcoders] Re: Glow Effect Sticking around

2006-11-27 Thread richmcgillicuddy
OK,

I just wanted to make sure I wasn't crazy. In some cases, I'll delete
and reset the item but this was one case I could not.


Rich

--- In flexcoders@yahoogroups.com, "jpc14_99" <[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "richmcgillicuddy"  wrote:
> >
> > I have a glow effect, that I place on a button (See source below) -
> > once completed, my button stays 'glowing' even after I invalidate the
> > button. Any ideas?
> 
> 
> What I've been doing it executing another glow effect on the button 
> when i want it to stop glowing, something like:
> 
>   alphaTo="0.0" 
>  blurXTo="0.0" 
>  blurYTo="0.0"   
>  target="{myButton}"/>
> 
> 
> Seems to be working...
>




[flexcoders] Re: Glow Effect Sticking around

2006-11-27 Thread jpc14_99
--- In flexcoders@yahoogroups.com, "richmcgillicuddy" <[EMAIL PROTECTED]> wrote:
>
> I have a glow effect, that I place on a button (See source below) -
> once completed, my button stays 'glowing' even after I invalidate the
> button. Any ideas?


What I've been doing it executing another glow effect on the button 
when i want it to stop glowing, something like:




Seems to be working...