Triggers are good when you want a canned action to happen on a canned event. 
But you want to feed a bit more logic into it, which is starting to break the 
triggers mold. You might want to skip the trigger and handle the hide event 
specifically, then either play() the Fade effect or hide it immediately, 
depending on the situation you detect when the event fires.

And if you want a running Fade effect to hide the target(s) immediately, call 
end() on it; it should jump to the end.

Chet.


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of luvfotography
Sent: Tuesday, February 24, 2009 4:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Overiding Hide effect? I want to hide immediately


Hi, I've got a hideEffect on a label with a duration of 4 seconds.
When I set the visible=false on the label, it takes 4 seconds to fade
away.

Is there a way to make it disappear immediately in some cases?
I need this to also work in the middle of the fade effect.
thanks,

Reply via email to