I would like to pin two objects together so when I move either one the other also moves.
So far I have tried simply pinning the two objects to each other. This results in me only being able to move one of the objects.
I have also tried detecting the touch event, unpinning both objects and then pinning the object I haven't touched to the touched one. Under debug this seems to have correctly pinned the objects, but when I move one the other stays still.
I'm sure this is very simple, but I just can't spot how to do it.
Any help welcome.