MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 598

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Usage
stepperInstance.minimum
Description
Property; the minimum range value of the stepper. This property can contain a number of up to
three decimal places. The default value is 0.
Example
The following example sets the minimum value of the stepper range to 100:
myStepper.minimum = 100;
See also
NumericStepper.maximum
NumericStepper.nextValue
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
stepperInstance.nextValue
Description
Property (read-only); the next 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.nextValue);
See also
NumericStepper.previousValue
NumericStepper.previousValue
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
598
Chapter 6: Components Dictionary
stepSize
5:
nextValue
property to 1 and the starting value to 4, which would

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents