ActionScript 2.0; Flash Player 6
Partigen 1.0
PGemitter._scalestart_max : Number
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().
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();