How to Move an Object Over?

“I’d like the green button to, when clicked, move the rectangle sprite on the left side to the position indicated by the red arrow. How can I achieve this?”

do you want it to teleport there or MOVE there

Would like it to move there.

You would like to get the X value of both objects, by that, you can use Ease to move that object to right/left as much as you want.

Okay I will try and see if I can do that.

Yeah I’m having problems still. It won’t move. I might need an example…

If you don’t know how to get the X value, use Once, wire it to an Extractor, then wire the value to the set of the Number, after that, just click the play button in edit behavior to see the number. And here’s my Ease:
Screenshot 2024-07-12 9.01.39 PM

1 Like

Thanks for the help.