Adobe Flash AS3

How to Access Stage From an External Class

On October 20, 2009, in Flash / AS3, by evag

First I’ve encountered this problem some days ago. In fact, this is not a problem. You just need too understand the situation. The stage property is an instance of Stage class and every Stage object has it, but only when it is added to stage with addChild() method. It means that we need to listen when has been added to stage our object. Continue reading »

Tagged with: