Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: cliffordthedog on July 26, 2014, 02:08:23 PM

Title: How to Rotate Sprites in 2d to Look Towards a Certain Point
Post by: cliffordthedog on July 26, 2014, 02:08:23 PM
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?