I'm trying to use BezierPlugin to make my Starling sprite follow a bezier path and have it orient to the path. I'm using the following code...
TweenMax.to(mc, 3, {bezier:[{x:209, y:126}, {x:149, y:348}, {x:300, y:345}], orientToBezier:true});
...but my sprite rotates violently around it's pivot point and not along the path.
Any thoughts?
Thanks!
-Shane