Hi there !
My question could be very stupid, but I have no idea of how ags handles that...
Imagine I have a DynamicSprite "f" that is a square ("rectangle" ?) with these attributes : f.Width=30, f.Height=34.
If I do : f.Rotate(90)
It makes : f.Width=34 and f.Height=30.
Right
BUT, if I do : f.Rotate(45)
What will be the width and height of f ?
My question could be very stupid, but I have no idea of how ags handles that...
Imagine I have a DynamicSprite "f" that is a square ("rectangle" ?) with these attributes : f.Width=30, f.Height=34.
If I do : f.Rotate(90)
It makes : f.Width=34 and f.Height=30.
Right

BUT, if I do : f.Rotate(45)
What will be the width and height of f ?