I want to move an object at a certain speed for a certain number of pixels so I was trying with the bullet behavior because the move action doesn't have an option for speed. I tried with the set distance travelled but the object keeps moving and doesn't stop. what am I doing wrong?
You want the condition "distance travelled > x" and the action "set bullet speed to 0" or "destroy bullet"
Distance travelled is always kept track of automatically. The action "set distance travelled" is for resetting it to 0, for example.
Develop games in your browser. Powerful, performant & highly capable.
ok, I solved it with the MoveTo plugin.