object0 - Back Wheel
object1 - Front Wheel
Step Event of object3 ( car body )
image_angle = direction; rise = object1.y - object0.y; run = object1.x - object0.x; slope = rise/run; direction = slope;
The car body doesn't rotate to the angle. What is the problem?



Find content
Not Telling
