Using Components > The PushButton component > PushButton parameters |
![]() ![]() ![]() |
PushButton parameters
You set the following parameters for each push button instance in your Flash document using the Parameters tab on the Property inspector or the Component Parameters panel.
Click Handler is a text string specifying the function to call when a user presses and releases the push button. The function must be defined in the same Timeline as the push button instance, and may accept the instance name of the push button as a parameter. For more information, see Writing change handler functions for components" and FPushButton.setClickHandler
in the ActionScript Dictionary.
Label(s) is the text that appears on the push button.
You can set additional options and functionality for push button instances using the methods of the FPushButton (component). For more information, see the FPushButton (component) in the online ActionScript Dictionary in the Help menu.
![]() ![]() ![]() |