Hello,
This in regard to fading in a clip when loaded by a button.
I have read most of the postings here dealing with fading in of a movieclip.
The one answer I have tried but do not understand is:
stop();
cl1Trail._alpha = 0;
fadeI = setInterval(fadeF, 100, cl1Trail, 1);
Sorry but this just has the movieclip just popup at 100%, not even seeing a
fade in. Is there something I am missing?
So
derobinson - 30 Jun 2006 17:35 GMT
Why don't you try out Lacoz's Movieclip Tweening Prototypes? That way you won't
have to reinvent the wheel so to speak. You can find them here:
http://laco.wz.cz/tween/
or at the Flash Exchange.
Good luck!