Setup:
I have 3 groups:
- main display group
- Group in the center of the screen with, say, a grid in it
- Group at the bottom of the screen holding 4 images (objects).
I am wanting to drag one of the images from the bottom and place it in the group with the grid at a specific grid-defined location (say, grid location 3, 5).
Question/Problem:
So, when I drag the image up to the new group, the image is never placed in the right spot, I presume because each group has a different internal coordinate system. If I extract the images and grid out into the same group, the dragging and placement works fine. When dragging items from one group to another is it common practice to map object device coordinates back into a specific group coordinate system? I think this is the case, I just don’t want to be going the wrong direction if there is a more elegant way to do this.
[import]uid: 92150 topic_id: 24716 reply_id: 324716[/import]