movieClip.currentLabel;// 取出值為String
aa.buttonMode = true;// 按鈕模式aa.mouseChildren = false;// 禁止指向其子物件
for(var num = 0 ; num < this.numChildren ; num ++ ){ trace("ChildName" + this.getChildAt(num).name)}