pchoo Posted January 19, 2014 Share Posted January 19, 2014 Can anyone tell me how I'd go about setting the z-index of emitted particles? Basically, what if I wanted particles emitted behind an object? Or force them in front? Thanks in advance. Link to comment Share on other sites More sharing options...
jflowers45 Posted February 24, 2014 Share Posted February 24, 2014 I think you would need to take this into account ... in theory just look at how z-indexes work with display groups "Don't forget Emitter extends Group, so anything a Group can do, an Emitter can do. This includes forEach'ing over any alive/dead particle, setAll, callAll, countDead, etc. " quote came from here http://www.html5gamedevs.com/topic/1643-repeat-calls-to-emittermakeparticles-killed-safari-on-ipad/ Link to comment Share on other sites More sharing options...
Recommended Posts