Revision: 10726
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 11, 2009 10:44 by johnryan
Initial Code
for (var i:uint = 0; i < target_mc.numChildren; i++){ trace ('\t|\t ' +i+'.\t name:' + target_mc.getChildAt(i).name + '\t type:' + typeof (target_mc.getChildAt(i))+ '\t' + target_mc.getChildAt(i)); }
Initial URL
Initial Description
Initial Title
AS3 Get all children of MC
Initial Tags
Initial Language
ActionScript 3