On Fri, Feb 5, 2010 at 7:27 PM, Howard Beware
<[email protected]> wrote:
> I'm relatively new to AS3 and Away3D and I don't understand the use of
>
> use namespace arcane;
>
> What's the rationale behind this?

namespaced class members act like internal members but across the
packages. for example, QuadrantRiddleFilter class has access to
UV.weighted (when they are in different packages) because it uses
arcane namespace.

however, it seems the namespace is overused in away, e.g. some
variables in this namespace are not accessed from anywhere where using
namespace would make sense.

Reply via email to