views:

130

answers:

0

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.

In 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 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_