Particle stop animated/render when his parent moved by touch location.

Hello,

I have a sprite with particle as a child, that is animated/render.
But when I move the sprite with the touch location -> the praticle stop to animated.

How it can be continue to animated while touch moved?

Tnx

iOS 6.1.2
iPhone 5
cocos2d-x 2.1.2

Solevd

I did:

removeFromParentAndCleanup(true), so the particle stopped.

The fix:

removeFromParentAndCleanup(false).