addChild()

摘要:addChild()

 

呼叫一個物件後必須使用addChild()加入才可使用
var ellipse:Ellipse =new Ellipse();
addChild(ellipse);