Wednesday, July 9th, 2008

Namespaces, Five ActionScript Tips in Five Days, Part 2

ActionScript 3 namespace definition keywords are extremely powerful and can really simplify your code. A namespace is essentially a custom keyword that controls the visibility of class properties and methods. For such a powerful feature, a namespace is pretty simple to use: You just put it in place of the access control modifier for a class property or method.

Read full article

Share this article

Leave a comment

Leave a Comment