DisplayList and switching it all up or Z or what
Yes or No
addChild(a);
a.addChild(square);
a.addChild(circle);
addChild(b);
Is there a way to change the displaylist where
a.square is 0
b is 1
a.circle is 2
All the displaylist changing stuff seems like I can only affect either
a and b
or
a.square and a.circle
but not put a.square behind b and a.circle infront of b...
Know what I mean?? sry im bad at forums -.-
Do I have to do it all differently? I tried changing the z's and that don't work either!
thx.