Make and object move away from another object

For some reason I cannot remember how to do this? If I put object1 move toward object2 and do -180 after that it just moves toward the object1 and the -180 coordinates. I’ve also tried a few angle things and direction but can’t seem to get it to work. Pls help

what did you mean by that? Explain a bit more. And what do you want?

1 Like

I want object 2 to move away from object 1

There is an Action for all sprites called “Separate objects” which perhaps is sufficient for what you need instead of trying to emulate the physics of a rebounding motion.

True, but this is not what I am looking for since this requires the objects to touch each other.