Now i have a sprite and it gets rotated 90 degrees every time a specific button is pressed. Now it works fine and the coding is simply
on touched object > rotate sprite 90 degrees clockwise
What i dont like is that it rotates without any kind of animation (can't think of the word i'm trying to use).
Basically when it rotates I want to be able to see the "frames" so to speak between each rotation to make it look more realistic.
Hope i'm making sense