![]() |
![]() ![]() |
FieldSweeper component version 1.0
instance.generateNewField();
None.
Nothing.
Method; generates a new field of particles using the current settings. If fieldGeneration is set to generate, a field is generated from scratch using grid settings and pulling movie clips randomly from particleMcPool. If fieldGeneration is selected, this is where the movie clip instance names are converted to particle objects for use by the component. It is usually not necessary to call this method explicitly since it is called internally whenever properties that effect the field are changed.
The following code regenerates a field.
myFieldSweeper.generateNewField();
![]() ![]() |
|