maybe I'm over complicating it or not seeing what I'm supposed to be doing
I've tried the pin behaviour but I can't see how to make it work when I'm using multiple instances of the same object.
breaking it down to a very basic example, on the layout I have
Sprite_A, Sprite_B, Sprite_C, Sprite_D combined into a family called SpriteFamily
then a text box called TextBox that I've duplicated 6 times
Sprite_A and Sprite_B need to have 2 TextBox pinned to it and Sprite_C and Sprite_D need to have 1 TextBox pinned to it
other than manually pinning each one line by line I can't see a way of doing this with loops or anything else. doing it manually is fine for this example but eventually I need to have 10+ different elements attached to each sprite.