Hi
I wish to create constant fall speed for an object.
However if i use gravity the fall speed accelerates after few seconds even though i set acceleration to 0.
Any other way to achieve constant fall speed?
Thanks!!!
You could give the object bullet behaviour and set it's speed to whatever speed you want and it's angle to 90 degrees.
Develop games in your browser. Powerful, performant & highly capable.
Ok thanks!!!
You can also set max fallspeed and min Fallspeed to the same ammount ;)
Darklinki Thanks for the another solution.