How to avoid that a child is affected by an action?

Hi.

I have a layer with some children.

I need to apply a CCEaseBounce action to the layer, but need that one of the layer´s children to remain in the same position on screen (don´t follow his parent movement).

Is that possible?

Thanks

Jose

I think you should create another layer, retaining these independent child.

Hmmm, really!

Create a layer, the add the former layer and the child to this new layer, then apply the action only on the child layer.

Great, thank you very much!

Regards.

Jose