|    | |
|  | |
|  | |
|  | |
Flash Player 6.0.79.
Flash MX 2004.
stepperInstance.previousValue
Property (read-only); the previous sequential value. This property can contain a number with up to three decimal places.
The following example sets the stepSize property to 1 and the starting value to 4, which would make the value of nextValue 3:
myStepper.stepSize = 1; myStepper.value = 4; trace(myStepper.previousValue);
|  | |
|  | |
|  | |
|    | |