Game Development Community

Particles that move from outside to center

by Spider · in Torque Game Builder · 12/28/2005 (3:02 pm) · 1 replies

Is there any way to make an emitter that generates particles around the source and then has them move inward toward the center?

#1
12/29/2005 (7:19 am)
That features isn't in there but the emitters are more complex than just point-emitters as they also have line/area emitters as well. I guess this would only work for point-emissions though.

Quite often, you can create this effect using scaling; have a look at the "infalling.eff" in the alpha release.

- Melv.