AS2 to AS3
AS2 to AS3
Out of context: Reply #7
- Started
- Last post
- 9 Responses
- pensamente0
funny that no one did answer the question
I'll try:
import fl.transitions.Tween;
import fl.transitions.easing.*;var myTween:Tween = new Tween(my_mc, "alpha", Strong.easeIn, 0, 100, 1, true);
I do like tween engines :)