Caurina Tweener and Alpha
Posted
by Jk_
on Stack Overflow
See other posts from Stack Overflow
or by Jk_
Published on 2010-06-05T21:54:34Z
Indexed on
2010/06/05
22:02 UTC
Read the original article
Hit count: 275
Hi guys,
Usually I work with TweenLite but I had to modify the code of someone else who worked with Caurina Tweener.
I have a basic problem with it!
On my scene, I have a simple movie clip filled with black.
Into this movieclip a bitmap file (jpg).
When I make a tween on the alpha of my mc, it seems that there is a delay (in the alpha) between this the black background and the image.
Tweener.addTween(thisMc, { _autoAlpha:0, time:1 } );
I'm sure there is an easy way to avoid this problem but I can't find it out!
Cheers,
Jk_
© Stack Overflow or respective owner