How to convert from native Adobe tween engine below to Tweener?
Tween(obj:Object, prop:String, func:Function, begin:Number, finish:Number, duration:Number, useSeconds:Boolean = false)
I am confused because I read in Tweener documentation that there’s no such thing as begin, and finish as in Adobe Tween engine.