Using ActionScript 3.0 Components |
|
|
|
| Using the UI Components > Using the Slider > User interaction with the Slider component | |||
When a Slider instance has focus, you can use the following keys to control it:
|
Key |
Description |
|---|---|
|
Right Arrow |
Increases the associated value for a horizontal slider. |
|
Up Arrow |
Increases the associated value for a vertical slider. |
|
Left Arrow |
Decreases the associated value for a horizontal slider. |
|
Down Arrow |
Decreases the associated value for a vertical slider. |
|
Shift+Tab |
Moves focus to the previous object. |
|
Tab |
Moves focus to the next object. |
For more information about controlling focus, see the IFocusManager interface and the FocusManager class in the ActionScript 3.0 Language and Components Reference and Working with FocusManager.
A live preview of each Slider instance reflects changes made to parameters in the Property inspector or the Component inspector during authoring.
|
|
|
|