Hi in events i want everytick move something Downward , but there is only move forward event.
also look at "move at angle"
Develop games in your browser. Powerful, performant & highly capable.
If you set the angle of the object to 90 and then move it forward, then you are moving it downward.
You can also calculate it directly by set Y to Object.Y + OBJECT_VERT_SPEED * dt
thank you guys