PGemitter._scalestart_max Property

Availability

ActionScript 2.0; Flash Player 6

Since

Partigen 1.0

Usage

PGemitter._scalestart_max : Number

Description

Property, read/write; Max of scalestart range - AKA _scalestart[1]. This is just another way to change a single value in the main property array. You would use this instead if you want to tween the value or use it in PGemitter.loadConfig().

Example

The following example sets the max _scalestart value:

Partigen.createEmitter(this, 'my_em', 0); //create a new emitter with all the defaults
my_em._x = my_em._y = 200; //set the emitters x&y position to 200 so we can see it
my_em._startscale_max = 200;
my_em.start();

See Also

PGemitter._scalestart, PGemitter._scalestart_min


Documentation generated by BLDoc Community Edition from B-Line Express.