An object exists as soon as you create an instance of it. addChild just adds it to the display list. Object children that have been added to the display list get displayed on the stage.
You should post your code so that we can see where the error is coming from.