moving from robertpenner to Tweener (Oregon)

Hello

IM switching the tweener to tweener (Oregon) robertpenner and everything went smooth except a last function.

Summer read the docs Oregon but can't get my head around this problem.

about (overview)

{
_parent. MovieClip.alphaTo (35, 5.000000E - 01); works great!, old tweener

Tweener.addTween (_parent.movieClip, {_alpha: 35 duration: 5.000000E - 01}); does not

}
(releaseOutside, deployment, dragOver, dragOut)
{
}
(release)
{
}

Thank you!

If you upload it to the root, which does not help with code attached to a movieclip.  You should not attach code to objects in any way.

Set your code to a framework:

Import caurina.transitions.Tweener;

{yourmovieclipbutton.onRollOver = function ()}

Tweener.addTween(movieClip,{_alpha:35,time:.5});)

}

Tags: Adobe Animate

Similar Questions

Maybe you are looking for