FlxTween
can be used to change values over time following a number of available curve functions.
Using angle
allows you to change the angle
of a FlxSprite
over time.
// create an angle tween
FlxTween.angle(myObject, fromAngle, toAngle, duration, {type: tweenType, easing: FlxEase: easeFunction});