How do you determine the angle of an object? If using mathematical functions, how exactly? I still can't figure it out.
Develop games in your browser. Powerful, performant & highly capable.
Use expression as following: Angle(object.X, object.Y, reference.X, reference.Y)
where "reference" refer to another point of position towards the angle.