shortRotation with TweenMax isn't working. I'm using radians though, so I wonder if that's the issue? Is there a way to switch the tween to use radians instead? Or is there a formula that I can use to find the shortest "route" manually?   I did search and found this: var difference:Number = (endRotation - startRotation) % 360; var clockwise:Boolean = ((difference >= 0 && difference < 180) || difference < -180);   But obviously that's for degrees. I'm using radians so I'