Packagecom.roguedevelopment.pulse.initializers
Classpublic class ScaleRandomizerInitializer
ImplementsIPulseInitializer

This class allows you to specify a minimum and maximum value for both the scaleX and scaleY properties of a newly created particle. This will keep the two scales in sync so theres only scaling and now skewing.



Protected Properties
 PropertyDefined by
  maxValue : Number
ScaleRandomizerInitializer
  minValue : Number
ScaleRandomizerInitializer
Public Methods
 MethodDefined by
  
ScaleRandomizerInitializer(minValue:Number, maxValue:Number)
ScaleRandomizerInitializer
  
init(particle:IParticle):void
ScaleRandomizerInitializer
Property detail
maxValueproperty
protected var maxValue:Number
minValueproperty 
protected var minValue:Number
Constructor detail
ScaleRandomizerInitializer()constructor
public function ScaleRandomizerInitializer(minValue:Number, maxValue:Number)Parameters
minValue:Number
 
maxValue:Number
Method detail
init()method
public function init(particle:IParticle):voidParameters
particle:IParticle