MultiStateButton
Kind of class: | public class |
---|---|
Package: | |
Inherits from: |
|
Classpath: | org.asaplibrary.ui.buttons.MultiStateButton |
File last modified: | Friday, 13 May 2011, 22:20:34 |
The button may start out without any keyframes and later be enhanced
with up to nine labeled keyframes. There should be NO scripts that
affect the position of the playhead (stops, gotoAnd...) in the button's
timeline.
After that, the designer may decide what other states need to be
visualized in the animation chain:
If any of these keyframes are missing, the flow will skip over them
to the next possible keyframe. So it would be possible to have just
a simple setup like this:
A bit more advanced is a button with 1 transition label plus an intro label:
Or one with a hard down state, but with an animated in and out sequence:
Summary
-
MultiStateButton
()
- Creates a new MultiStateButton.
-
tHitArea
: MovieClip
- Hitarea MovieClip.
-
setEnabled
(inState:Boolean) : void
- Enables/disables the button.
Constructor
MultiStateButton
Creates a new MultiStateButton.
Instance properties
tHitArea
Hitarea MovieClip.
Instance methods
setEnabled
Enables/disables the button. When switching the enabled state the button will always jump to label "up".