![]() |
![]() ![]() |
FieldSweeper component version 1.0
instance.particleInstanceNames
Property; an array of instance names of movie clips on the stage that will be used as particles in the field. These movie clips are only used when the fieldGeneration property is set to selected. Use the FieldSweeper panel to generate selected particles for you, or to select a group of movie clips on the stage and create this array automatically.
The following code sets up the array:
myFieldSweeper.particleInstanceNames = ["p0", "p1", "p2"];
![]() ![]() |
|