Message 1 of 3
Nparticles gravity by age to fall down
Not applicable
03-25-2020
10:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, i want to fall down my particles attached to my object by gravity but at a specific time (80-90) and with a progressive falling. Not all at once
if someone could help me.
i think about it like that : ?
/////////////////
if frame >= 80;
{
then (particles = 1, particles<100, i++)
{particles gravity = 9.8}
}
//////////////////////
i dont know how to use age or to make a random selection with my particles
sorry, i 'm not a coder 😉
thx for the help