Hi in events i want everytick move something Downward , but there is only move forward event.
also look at "move at angle"
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
Develop games in your browser. Powerful, performant & highly capable.
thank you guys