Hi,Florian
I know what you exatcly mean. Somthing like -90=90 right?
Well, I have a very basic idea, hope that helps:)
var PivotRotarionY:Number
if(Pivot.getRotation().y<0)
{
PivotRotationY=(180-(Math.abs(Pivot.getRotation().y)%180));
}
else
{
PivotRotationY=Pivot.getRotation().y%180
}
well, this is what I suppose.....For the better answer, Ask Ariel:)