How do I make my character teleport to wherever I tap on the screen?
Rule: When mouse button is down --Change position X to mouse position X --Change position Y to mouse position Y
Quick and easy
You should also implement animations for hiding and showing the actor.
Comments
Rule:
When mouse button is down
--Change position X to mouse position X
--Change position Y to mouse position Y
Quick and easy

You should also implement animations for hiding and showing the actor.