The majority of sprites for simple goes move up, down, left, right at 90 degree intervals, often using different sprite sheets for each direction.
However I would like to create a sprite that follows the mouse/finger input (but not on the finger, slightly slower) and rotates on an axis using relevant degrees as appropriate, so it is always following/looking at the finger, i would also like to include 1 sprite sheet for the movement of the sprite. Is there a way of rotating the sprite to get the desired affect?