Hi,
I have, then, that collection with objects.
I create instances of that collection with a Collection Factory.
I set the position of the Objects in the Collection by moving them visually in the “collection” tab. The move is reflect in the outline : If I move an Object 32 px downwards, I see -32 in the Position.Y input box.
All is good.
But when I want to change the Object by using go.set, like that :
go.set(tmp_Label, "position.y", -32*(math.pow(zoom_gap, -zoom_state)))
The Object is put in absolute position (I tried with positive numbers in place of -32, of course)
tmp_label is the instancied ID.
What I want to do :
I want to change the position of collectionX/my_Object relatively of the Collection position.