As the title says - how do i set start and end x/y coordinates for target object in TweenLite ?
So far i have only found setting properties for x/y values where tweening will end.
The only start values i can define are in the coordinates of target object itself, not it TweenLite properties.
I want to smoothly scroll a basic no-frills TextField (have given up on “manual” way of doing it with MovieClip/cacheAsBitmap combo since it is jerky, has lousy control and display tearing/vsync issues).
NOTE: i’ve seen in online help that throwProps () can define start x/y but it is reserved for paying customers only, so its out of consideration by default.