Question
Best way to organize a display list?
I tried organizing a display list by using setChildIndex(player, numChildren - 5); etc.
But it get's all mixed up with the other objects and sometimes shows on top or bottom of expected.
Is there a good way to keep the objects organized, so it can be displayed line by line from top to bottom?
Thanks.
