![]() ![]() |
|
Flash Player 6 r65.
This class implements a simple toggle button. Initial graphics can be chosen
by specifying linkage ID's for the set and unset positions, properties in the
property inspector. For the FLA version of the component, designers can change
the appearance by changing the defaultButTogUp and defaultButTogDn
movie clips in the Library.
The class has two events, by default called:
onSet - Generated when button goes from up to down positiononUnset - Generated when button goes from down to up positionThe event names can be changed (if desired) in the component property inspector,
on initialization through the initObject of attachMovie(),
or programmatically through the respective property.
The suffix of variables recognized for codehinting purposes as FMXISButtonToggle's
is _butTog.
![]() ![]() |
|