このコードはエラーをスローします:
if (modalMessage != null && contains(modalMessage))
{
removeChild(modalMessage); // the error is here
modalMessage = null;
}
エラーは次のとおりです。
[Fault] exception, information=ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
どうすればいいの?子供かどうか事前に確認しています。