09-07-2015, 06:04 PM
(09-07-2015, 03:28 PM)TheShyGuy Wrote:
I apologize for the wait. Does this look like something you want? It's only based on the player's velocity. The red line is the player's velocity and the green rectangle is the cape. The code is as simple as
imageAngle = radtodeg(arctan2(velocity.y, velocity.x)) + 180
http://docs.yoyogames.com/source/dadiosp...ctan2.html
yeah thats essentially what i'm trying to do! I'll give that a read, thanks!