I have two parent sprites.
Each parent has two child sprites.
Although the two parent sprites have different positions, it seems that the position of the child sprites is the same for both parents.
I mean that although the children are attached to the parent object and visually seem to move, no matter where the parents move, the value of the βpositionβ property point remains unchanged.
When you move your parents around the screen, you can also see how the children move. There the situation is really changing.
But the "position" property for children always remains unchanged.
What am I doing wrong? How to get the absolute position of a child sprite?
source share