Script objects, methods, and variables

Script objects are a core Action Script language concept. A script object has two aspects:

All scripts have a default script object that exists only for the execution of that script. The name of the default script object is script.

Using script object methods and variables

Using script object variables