hello,
when you put duration of a particle system to 5 seconds
what is happening after this time ?
the particle system is only :
- stopped ?
- removed from layer ?
- deleted definitively ?
thank you
A fast, easy to use, free, and community supported 2D game engine
hello,
when you put duration of a particle system to 5 seconds
what is happening after this time ?
the particle system is only :
- stopped ?
- removed from layer ?
- deleted definitively ?
thank you
Deleted.
if i have an array of 10 particles systems
each duration = 5 sec
after these 5 sec
in my array
i still have 10 particle systems ??
Yes. The duration is how long it emits particles. You have to remove the particle systems if you don't want them any more. This allows you to create once but reuse when needed.
thank you
:=)
You must log in to post.