EventHandler: fading out before doing something else
Hello everybody
I would like the current page to fade out before another html page is loaded into the browser when clicking a link button.
So I suppose the event handler needs to call a tween function, get the information when alpha of the main movieclip is 0, and then call the new URL.
My wonder is how to make the handler read the alpha value of the main movieclip until it is 0, so that it can act upon it.
Furthermore I am not sure where to place the tweening function, if it should go in the document class, or in the AS3 of the button, which is on the timeline of the mc containing the button.
Thank you for your thoughts