Posts tagged as:

Slider

The following example shows how you can add tick marks to a Flash/ActionScript 3.0 Slider control by setting the tickInterval property.
Full code after the jump.

{ 2 comments }

The following example shows how you can create a horizontal or vertical Slider control in Flash using ActionScript 3.0 by setting the Slider control’s direction property to one of the static constants in the fl.controls.SliderDirection class (SliderDirection.HORIZONTAL or SliderDirection.VERTICAL).
Full code after the jump.

{ 4 comments }

The following example shows how you can 3D rotate a Sprite object around its x-axis with Flash, ActionScript 3.0, and Flash Player 10 by setting the object’s rotationX property.
Full code after the jump.

{ 1 comment }

The following example shows how you can create a vertical Flash ActionScript 3.0 Slider component by setting the direction property to one of the static constants in the SliderDirection class.
Full code after the jump.

{ 4 comments }

The following example shows how you can manually set an ActionScript 3.0 ProgressBar control’s value by setting the progress bar’s mode property to the static ProgressBarMode.MANUAL constant and calling the setProgress() method.
Full code after the jump.

{ 0 comments }