Usage
stepperInstance.previousValue
Description
Property (read-only); the previous sequential value. This property can contain a number of up to
three decimal places.
Example
The following example sets the
make the value of
myStepper.stepSize = 1;
myStepper.value = 4;
trace(myStepper.previousValue);
See also
NumericStepper.nextValue
NumericStepper.stepSize
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
stepperInstance.stepSize
Description
Property; the unit amount to change from the current value. The default value is 1. This value
cannot be 0. This property can contain a number of up to three decimal places.
Example
The following example sets the current
value of
nextValue
myStepper.value = 2;
myStepper.stepSize = 2;
trace(myStepper.nextValue);
NumericStepper.value
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
stepSize
3:
nextValue
value
is 4:
property to 1 and the starting value to 4, which would
property to 2 and the
unit to 2. The
stepSize
NumericStepper component
599
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers