var spr:Sprite = new Sprite(); this.addChild(spr); trace(this.contains(spr)) // true; this.removeChild(spr); trace(this.contains(spr)) // false;