Home
Flash / Flex / ActionScript
Animation
Array
Class
Data Type
Development
Function
Graphics
Language
Network
Regular Expressions
Statement
String
TextField
XML
Variable scope « Data Type « Flash / Flex / ActionScript
Flash / Flex / ActionScript
Data Type
Variable scope
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