I'm trying to create a puff of smoke. How do I emit a certain number of particles per action(button press, mouse click, or collision). Currently I'm trying to cut off the emitter after a certain period of time, but doing this causes the particles to just stick in the air, even though the movement should be coming from the particle animator.
emitter.emit = false;