Interface Component Properties

Click on a value to edit. Properties of this selected shape(s) are shown on the left. Values are on the right. An explanation of each property is shown in a box on the bottom.

Most of the components are accessible through the Tools toolbar. Components can also be programmed directly in action script (see Components folder in Examples folder).

The most important methods for interacting with the components that one might use in action script code are:
checkbox1.getValue();
listbox1.getValue();
listbox1.setSelectedIndex(0);

Definition of Terms

A component is drawn and manipulated with Flash MX action scripting.