FieldSweeper.particleInstanceNames

Availability

FieldSweeper component version 1.0

Usage

instance.particleInstanceNames

Description

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.

Example

The following code sets up the array:

myFieldSweeper.particleInstanceNames = ["p0", "p1", "p2"];