Is there a way to loop newEmitter ?

Say I create a particle sheet that lasts 2 seconds is there a way to start it again after the 2 seconds? Something like the following would be awesome. 

emitter1:loop()
 

I wrote some wrapper classes for display.newEmitter that will do this https://github.com/autismuk/Particle-Classes, feel free to nick the code base/ideas if you don’t use the classes as they are.

I wrote some wrapper classes for display.newEmitter that will do this https://github.com/autismuk/Particle-Classes, feel free to nick the code base/ideas if you don’t use the classes as they are.