FMXISBarNonUnif

Availability

Flash Player 6 r65.

Description

This class extends the FMXISBar class to allow a non-uniform scale. Designers must assign values to each chip, and those values are used to determine if the chip is on (colored) or off (black). This is different from FMXISBar in that FMXISBar assigned equal values along the scale from minimum value to maximum. This component is distributed as a compiled clip (SWC) rather than an FLA, but the external AS file is installed in the Classes directory for your inspection. Unlike most of the other components in this set, it does not let you change the chip graphic.

Everything is the same as FMXISBar except you do not set a minimum or maximum value (this is implicit in the values you choose for each chip).

FMXISBarNonUnif inherits from FMXISBar.