Hi guys,
I've got a bunch of points ( 63 ). I want particle explosions to happen (by simply emitting 50 particles per point) at each point. But I don't want all those explosions to happen in 1 frame: like real fireworks ('cause that's what I'm trying), those explosions happen fast after each other. For example: in frame 1 I want point 0-5 to emit 50 particles, then in frame 2 I want point 6-10 to emit 50 particles etc. How do I do this?
Thanks!
Felix