Answered
Stacking cards - z-index
Working on an alphabet card game that's reads BTN's from an array but I can seem to get the selected button to go above the rest of the buttons on stage.
here's the code I'm using
_this.setChildIndex( letter[i].BTN, _this.getNumChildren -1);
setChildIndex works it provides me with the BTN index.
but
getNumChildren - 1 doesn't do anythink am i missing something out?