Home › Forums › TimelineFX Module › Feature Request: layering › Re: Re: Feature Request: layering
There is something wrong. I get a null value error using tlParticleManager.ClearAll()
It crashes in this method:
Method ReleaseParticle(p:tlParticle)
unusedcount:+1
inusecount:-1
unused.AddLast p
If Not p.groupparticles
InUse[p.emitter.parentEffect.effectlayer, p.layer].Remove p
End If
End Method
on this line: InUse[p.emitter.parentEffect.effectlayer, p.layer].Remove p