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
I don't have an AS3 compiler at hand to test this, but since you did stage.addChild(ScoreObjects[0]) I believe you should do stage.removeChild(ScoreObjects[0])?