![]() |
![]() ![]() |
FieldSweeper component version 1.0
instance.particleSize
Property; A scale factor for each particle created. A scale of 100 means each particle is created at the same size as it is defined in the library. The movie clip is scaled the same amount on x and y. Use in conjunction with particleSizeRandom to create particles of varying sizes.
The following code sets the component to emit particles of sizes in the range of 100 to 50%.
myFieldSweeper.particleSize = 100;
myFieldSweeper.particleSizeRandom = 50;
![]() ![]() |
|