Variable scope « Data Type « Flash / Flex / ActionScript






1.Static Method Scope
2.Instance Method Scope
3.ActionScript available scopes:
4.Class Level (Static) Variables and Methods are accessed by using the class name followed by the object name
5.Instance Level Variables and Methods are independent for each instance of the class
6.Function-Level Variables and Functions