Can't construct with the constructor function!

I’m having trouble accessing stage.stageHeight and stageWidth from within nested layers using their constructor functions - although i can from the constructor function of the DocClass. I think this is because the display list hasn’t yet been created.

In the past I’ve worked around the problem, but what is the best solution?

Is it possible to fire an event once the display list has been created?