Just a handy wee function I use a lot to troubleshoot interactions.
function getChildren():void { for (i = 0; i < numChildren; i++) { trace("child at: " + i + " is " + getChildAt(i).name); } }
Tech Reference: AS3
Tramping, Tales, Training and Travails
Just a handy wee function I use a lot to troubleshoot interactions.
function getChildren():void { for (i = 0; i < numChildren; i++) { trace("child at: " + i + " is " + getChildAt(i).name); } }
Proudly powered by WordPress | Theme: Baskerville 2 by Anders Noren.
Leave a Reply