I have been reading these boards and I think have confused myself with all the old and new posts.
I have a character whose default position is facing right. I have figured out how to make the character moving and following the mouse. However, it looks stupid as he always faces the same way even if the enemies are behind, above or below.
At this point, I have created 4 animations and found code on the forum to choose (left, right, up, down) based on which direction he is moving. The problem is that the frame changes are very rough and choppy. Any advice on getting the smoother?
I ultimately want to make the enemies do the same thing... face the player when attacking but I am trying to get the player done first.