Как сделать так, чтобы при перетаскивании первого объекта второй двигался вместе с ним? / how to make it so that when dragging the first object, the second one moves with it

Нужно сделать так, что бы при перетаскивании первого объекта второй перетаскивался вместе с ним / You need to make sure that when dragging the first object, the second one is dragged along with it too

There is a couple ways.
My first thought is the action move object to position x, y with no conditions.

Where X and Y would be the object 1 x, y coordinates (so not object 2) with the +/- being the offset of object 1 position.
The offset (or no offset if you like how it looks) will decide where object 2 would be in relation to object 1. It will keep this position at all times (since it is a open event).
Now, what numbers the offset should be is entirely up to you and what will look the best.

This is just one way. Maybe you can use a object group with object variables.
Personally, using move to position would be the simplest I could think of.

1 Like