Hi!
Need help.
I have a family object "Cards".
Every card has child objects (Text). The text is always at the top of the card.
When i pick up a card it's moved to the top of the layer - when I move the card, it has to overlap other objects.
So I need to immediately move the Child object to the top of the Card.
I can pick child obect {"is-c3-clipboard-data":true,"type":"conditions","items":[{"id":"pick-children","objectClass":"Cards","parameters":{"child":"Cards","which":"own"}}]} but after that, I can't get a Z order for it.
Am I using the wrong logic?