[Tweener] from TweenLite to Tweener
Adrien
realeon at hotmail.com
Tue May 25 16:14:12 PDT 2010
Hello,
I'm I doing good if I change this:
import gs.TweenLite;
TweenLite.to(target,crossFadeTime,{_alpha:100, onComplete:fadedIn,
onCompleteParams:[this], onUpdate:this.resizeTemp});
into this:
import caurina.transitions.Tweener;
Tweener.addTween (target, {_alpha:100, time:crossFadeTime,
onComplete:fadedIn, onCompleteParams:[this], onUpdate:this.resizeTemp});
[as2]
I don't know, but when I run it there seems to be like a little
glitch...
Regards
Adrian
More information about the Tweener
mailing list