What is the best way to move an object from point A to point B (distance measured in pixels, is always the same) in a given amount of time (sometimes is 1s, other times is 2s ... etc) ?
At the moment I am using the Bullet behavior
Bullet same here
distance / deltatime * time
^ That's the equation you're looking for.
Develop games in your browser. Powerful, performant & highly capable.
digitalsoapbox
Thank you