Hi, is it possible to rotate a sprite with one side as rotation-axis?
Yes you can do that - what Uhrwerk describes is rotation around the local axes.
You can rotate a sprite by one of its sides, if you rotate the offset of the entity origin to the side origin, rotate it, and add the rotated offset to the original side origin - this is the new sprite position. The angle is the same as the rotation angle.