Jump to content

Particles emit only between certain frames


Recommended Posts

Hi,

I'm pretty sure this is a simple quiestion but i can't seem to solve it. I want some particles to emit between a certain number of frames. ie between frame 600 and 800.

What would be the expression for this, i'm using "$F > 600" but then i don't know how to get them to stop birthing at 800? Is there not an or function or something?

ie $F > 600 or < 800

Any help would be really great.

Thanks

Chris

Link to comment
Share on other sites

Hi,

I'm pretty sure this is a simple quiestion but i can't seem to solve it. I want some particles to emit between a certain number of frames. ie between frame 600 and 800.

What would be the expression for this, i'm using "$F > 600" but then i don't know how to get them to stop birthing at 800? Is there not an or function or something?

ie $F > 600 or < 800

Any help would be really great.

Thanks

Chris

Hi there,

You could try something like this:

if($F<600,"emit amount zero",if($F<800,"emit amount eg. 1000",0))

replace text in quotation with emission value, so the first one will be 0 because its before 600 and the second value will be like 1000 or something because its after 600 and before 800.

let me know if it works ;)

try that :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...