I have an animation frames 8, pressing one direction in the graph cursors to increase / decrease the angle but it should not do so on its center, but about another point of the sprite.
That is, I want the animation rotate on another point other than its center, for that, I need to change the center of the image, that is, the image point 0.
When the rotation is finished, the image point number 0 must return to the center of the sprite.
Another way of putting it would be to ask:
How to make an image rotate on another point other than the center position without changing position its image point number 0?