我有檢查,如果在舞臺上存在的對象並將其刪除函數內部的代碼片段:引發ArgumentError:錯誤#2025:提供的DisplayObject必須是調用錯誤的孩子 - AS
public function closeContent(e:MouseEvent):void {
removeChild(txt);
removeChild(ldr.content);
removeChild(_closeButton);
container_mc.visible = false;
statusText.text="";
if (contains(submitButton)) {
removeChild(submitButton);
}
if (contains(saveinfoButton)) {
removeChild(saveinfoButton);
}
}
我試圖改變stage
與this
和root
但總是收到此錯誤ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller
這將有助於讀者很多,如果你格式化代碼。 – 2010-03-22 16:49:01