I have 2 display groups. Each group has few display objects inside it. Each display object has unique (x,y) positions. Each group has unique (x,y) positions. Both groups have “anchoreChildren = true”
What I would like to do is when I click on an object from the first group is to move to a corresponding object from the second group. I use a “transition” and the “object:localToContent” method to get the (x,y) of the target object.
What happens is the object moves “close” to the target but not at its exact position, there is always an offset.