Move Particles

This module allows you to determine whether the particles are stationary (like grass) or moving (like rain), and you can animate this function on and off.

Layer Properties

Use the Move Module's Layer Properties panel to adjust the effect's parameters.

Parameter Description
Trigger

An on/off switch using binary code. 1 = on, 0 = off.

Age Particles

Ages the particles. Note that if you select the Move Position and Move Angle, then the particles will age implicitly. If you do not want the particles to move, however, and you do still want them to age, then deselect Move Position and Move Angle, and select Age Particles.

The Age Particles parameter also exists in the Baker, however whatever happens in the Baker happens after everything else in the particle system. So, if for example you have a Kill module, it will kill the particles before it ages them, and you probably want to age the particles before you determine whether to kill them. Therefore, if you have a Kill module, make sure to age the particles in your Move module before you kill them. If you age the particles both in the Move and Baker module, then the particles will age twice on that frame instead of once.

Move Position

Lets you enable movement on the particles. There is also a Move Particlesoption in the Baker. If it is deselected in the Baker and in the Move module, the particles will not move; they will simply generate in place and stay there. If the option is selected on the Baker, the particles will move. But if you need the particles to interact with another Action, say a Sink, then you want the particles to move before they reach the sink. This is why you have a separate Move module, so that you can place this Move before (to the right of) the Sink in your particle system composite.

Move Angle

Like the Move Position, this checkbox will enable the rotation of particles in the particle system.

Move Particles Follow Each Other

This property allows one particle to follow another particle, through an attraction between the particles. This is particularly useful when you want to create a snake-like effect, where the particles are animating across the screen and following each other.

Follow Intensity

Adjust the strength of the attraction between particles that are following each other.