Particle Translation Help

Hello everyone,i have a question thats is my skill "FireShield" :

http://img188.imageshack.us/i/simplegamescreenshot.jpg/

but when i walk that's happen:

http://img192.imageshack.us/i/simplegamescreenshot2.jpg/



and i don't wanna that, i want the particle move when i move but i need make the particle "stopped".

Try this:

particles.setParticlesInWorldCoords(false);

This should keep the particles moving with the emitter.



You may also need these:

particles.setRotateWithScene(false);

particles.setCameraFacing(true);



Bad news is that there is maybe a bug:

I have also tried this but is seems that camera facing is not working with if world coords is set false.




thanks it work very well (:

ham. now i have one problem, i can't fix the effect in the character, some times the effect is far away from the character, can i fix it?