Hi,
I have two questions regarding working with Display Groups, as follows:
1- I’ve read documentation of Display Groups at this link which indicates that “Groups are created with a default reference point of TopLeftReferencePoint, where most other Display Objects are created with
CenterReferencePoint.”
But when I made one display group and added a new sprite to it and didn’t position it manually, it was not positioned to the top left corner of the screen and I had to manually call set setReferencePoint on the display group.
What am I missing?
2- How can I retrieve objects that I “insert” into a display group? I created some sprites and “insert”-ed them into my display group but later on I want to access them and set animation sequence on them but I don’t know how to access items that I put in a display group via insert method.
Thanks!