Flint Particle System Forum - Add a new particle to an existing emitter, what about addParticle()? Sun, 16 Oct 2011 22:22:55 +0100 http://flintparticles.org/forum/ Lussumo Vanilla 1.1.10 & Feed Publisher Add a new particle to an existing emitter, what about addParticle()? http://flintparticles.org/forum/comments.php?DiscussionID=521&Focus=1727#Comment_1727 http://flintparticles.org/forum/comments.php?DiscussionID=521&Focus=1727#Comment_1727 Mon, 26 Sep 2011 23:45:16 +0100 graxbishop
I would like to know how to add a new particle to an existing emitter once it has started.

What I currently have is an emitter set up so that it creates a number of particles (which have graphics added to them using ImageClass) using the Blast class. What I would like to do is add more particles (with graphics) into the emitter when something happens, for example a mouse click.

I thought that the emitter method addParticle() that I found in the online docs would do the job. However, it didn't. I searched through the code and I cannot seem to find that method within the Flint Particle framework.

Am I missing something obvious?

Thanks in advance,

Grax ]]>
Add a new particle to an existing emitter, what about addParticle()? http://flintparticles.org/forum/comments.php?DiscussionID=521&Focus=1751#Comment_1751 http://flintparticles.org/forum/comments.php?DiscussionID=521&Focus=1751#Comment_1751 Sun, 16 Oct 2011 22:03:59 +0100 Richard