![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
stepperInstance.nextValue
Property (read-only); the next 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 5:
myStepper.stepSize = 1; myStepper.value = 4; trace(myStepper.nextValue);
![]() ![]() | |