I am creating a pacman-style game. I am trying to remove an instance of a MovieClip using removeChild(). When the MovieClip instance \"box\" hits the MovieClip instance \"circle
if((ScoreObjects[0] as Circle)&&((ScoreObjects[0] as Circle).parent!=null)) { stage.removeChild(ScoreObjects[0]); }