Gamua / Starling-Extension-Particle-System

A particle system for the Starling framework, compatible with the "Particle Designer" from 71squared.com
Other
323 stars 146 forks source link

Support for "Duration" in ParticleDesigner #19

Closed gopig closed 11 years ago

gopig commented 11 years ago

I found the PDParticleSystem doesn't support the "duration", that makes the particles can't emmit in the same time.

image

or, is there any way to create the fireworks just like http://www.flash-core.com/examples/g2d/fireworks/ ?

PrimaryFeather commented 11 years ago

This setting is not read from the XML, but passed in code to the "start" method -- e.g. "particleSystem.start(0.5)". I thought that using the XML for this would be too limiting.

That way, you should be able to create fireworks, as well. =)