My tilemap has a "torch" tile. I am using a CCParticleSystemQuad emitter to make the fire effect.
The emitter is children of the tilemap (directly above the torch tile).
However, the player can move and the tilemap will move as well (to center the "camera" on the player). When that happens, naturally the emitter will move as well. But here's the problem: such movement gives an effect like.... like if the torch was moving, and not the player (which is actually the case, but this effect isn't good).
Hard to explain. Just make a fire emitter, put as children of tilemap, and move the tilemap to the right. The effect is cool but doesn't make sense.
Any ideas? I though of moving every single existing particle in the emitter, but that doesn't sound good for performance (I got lots of emitters with hundreds/thousands of particles, and the map scrolls almost every single frame)