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
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);
600
Chapter 6: Components Dictionary
stepSize
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?