Hi,
Is there a way to perform an Action when a ParticleSystem has stopped (i.e. when its stopSystem method is called; when its "active" property becomes NO)? I know that with a regular Action, I can just Sequence it together with another action, but ParticleSystems are not Actions, and I don't see any way to give it a delegate or anything.
Thanks,