private setter, public getter
It is possible to make private setter and public getter on actionscript classes. All you need is to use proper namespaces for getter and setter within the class.
It is possible to make private setter and public getter on actionscript classes. All you need is to use proper namespaces for getter and setter within the class.