playMaker

Author Topic: How to Rotate Sprites in 2d to Look Towards a Certain Point  (Read 1325 times)

cliffordthedog

  • Playmaker Newbie
  • *
  • Posts: 2
I have a vector2 created from the "Mouse Pick 2d" event. I turned the vector2 into a vector3 and move the sprite to the clicked location with the "itween move to" action.

How do I rotate the sprite so it looks at the location I clicked?