Hierarchy

This keyword

This… is this. In ActionScript and in many other programming languages as well it means "object I am working on right now" or "object I am currently inside". It's like "myself". To refer to "this" symbol – simply use the keywore this before calling the method or reading the property.

What is good about this kind of code notation – it is universal. You may place it in any movie symbol timeline and it will work perfectly since another symbol also will be "this" from itself

Next