var holder:Object = {length:10}; for (var i:Number=0;i<holder.length;i++) { holder[i] = _root["mc"+i.toString()]; trace(holder[i]); }