Move object without physics?

Hello long time no see :smiley:
I would like to make an object move toward another object but without physics…
I mean with just the direction of another object and with a certain speed…
Is it possible?

Sure, you need the actions at “All object actions >> Movement” and “All object actions >> Direction (or Angle)”

There’s an action to rotate an object to look at given position, and it accepts a speed parameter, so you can make your object to rotate towards another immediately or slowly.
And then you’ve the action to move in a given angle, just use the current angle your object is facing, and give it the movement speed too :slight_smile:

Let me know if you need details :wink:

I should sleep more… Sorry for the inconvenience and thanks.