Home › Forums › TimelineFX Module › Feature Request: layering › Re: Re: Feature Request: layering
Well I had a play around and I implemented it, you can try it out if you update from svn. It should work as you outlined, so let me know š as you said use:
CreateParticleManager(Particles, Layers) -Defaults to 1 layer
Addeffect(Effect, Layer) -defaults to layer 0
DrawParticles(Tween, Layer) -Defaults to -1 which draws all layers.
Not tested heavily tested though so see how it goes.