Namespaces in Actionscript3
For a while now, I’ve been thinking about how to grant access to certain classes for certain members of another class, while at the same time not making your members accessible to any class (i.e. public). Then I bumped into this article on LiveDocs about custom namespaces. If you’re unfamiliar with the matter it’s definitely [...]