I cant find move forward function like in C2 is there any way to do that? I have a car object and i want it to move towards another object.
Use the 'move at angle' action, with .angle for the angle to move forward, or angle(.x, .y, object2.x, object2.y) to move directly towards the other object.
Develop games in your browser. Powerful, performant & highly capable.
ty.