User Guide

600 Chapter 6: Components Dictionary
Usage
stepperInstance.value
Description
Property; the current value displayed in the text area of the stepper. The value is not assigned if it
does not correspond to the stepper’s range and step increment as defined in the
stepSize
property. This property can contain a number of up to three decimal places.
Example
The following example sets the current value of the stepper to 10 and sends the value to the
Output panel:
myStepper.value = 10;
trace(myStepper.value);