![]() ![]() ![]() | |
![]() | |
![]() | |
![]() |
Tooltips appear when a user rolls the mouse over your component name or icon in the Components panel of the Flash authoring environment.
To add tooltips to your component, use the tiptext
keyword outside the class definition in the component's ActionScript class file. You must comment out this keyword using an asterisk (*) and precede it with an @ symbol for the compiler to recognize it properly.
The following example shows the tooltip for the CheckBox component:
* @tiptext Basic CheckBox component. Extends Button.
![]() | |
![]() | |
![]() | |
![]() ![]() ![]() |