Kerry Thompson wrote:
In OOP AS3, only public variables are truly global. If you don't
declare a variable to be private or protected, it is global by
default.


Public static properties are the only thing that can be compared with a global. Note the word "static".

And public is not the default, internal is.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to