The easiest way to explain this is by using a capx. I am trying to pin each black square to each red square. So every red square has one black square pinned to it. I tried giving the black square and the red squares i want to pin variables with the same value and use pick by evaluate, but as you can see in preview, all the black squares are pinned to the first square and only the first. Pinning each separately with an event for each pin won't help, since i need this for a bigger project , in which i would have to pin 5 items to each of 50 items. SO 250 events just for pinning.
Here's the capx: https://www.dropbox.com/s/q3taxjibvlv1t ... .capx?dl=0
Hope you can help me and thanks in advance!