zoc
07-17-2006, 01:36 PM
Hi everybody,
I try to make an expression for particles that do this:
I have an initial state for particles. Then i put the rate of emitter at 0.
I have a field that pass through the particles and make it move... i want that the particles has different mass and they must disappear when they arrive at a certain velocity, like ash do with wind...
so, to give a different mass I write this expression:
particleShape1.mass = rand (1, 5);
but then I think I need a runtime expression, but I don't know how to do it...
can someone help me?
thanks a lot!
I try to make an expression for particles that do this:
I have an initial state for particles. Then i put the rate of emitter at 0.
I have a field that pass through the particles and make it move... i want that the particles has different mass and they must disappear when they arrive at a certain velocity, like ash do with wind...
so, to give a different mass I write this expression:
particleShape1.mass = rand (1, 5);
but then I think I need a runtime expression, but I don't know how to do it...
can someone help me?
thanks a lot!
