Is there any way to set a display group/container settings to anchor in top left, and display objects within it to anchor top left,so that if you set the display group at 0,0 (top left), and a rect inside the group at 0,0. The rect would show up in the top left of the screen. Then if you changed the x and y of the group to 50,50, it would automatically translate the rect to 50,50?
I feel like this was how Corona behaved a long time ago, and it was very intuitive to me. I could create a group and loop through placing stuff using the top left starting at (0,0), and then when I was all done move the group to where I wanted it on the screen. But now no matter what settings I use display objects always want to be placed in relation to the center of the group.