Source
bool remove(T displayObject) { var index = _children.indexOf(displayObject); if (index >= 0) this.parent.removeChildAt(index); return index >= 0; }
bool remove(T displayObject) { var index = _children.indexOf(displayObject); if (index >= 0) this.parent.removeChildAt(index); return index >= 0; }