Hi,
I have run into a problem where I am removing a component and adding another one. I have set addedEffect and removedEffect for corresponding component.
But the addedEffect starts before the removedEffect completes.
How can i make them in order ??
I am doing this in actionscript.So, in this case i'm not using state and transition.
Any help would be really good.
Thanks.