Touch coordinates inside CCNode

Hi

I have CCLayer object and CCNode on it (position (100,100)). There is CCSprite on Node (position (0,0)).

How can get touch coordinates inside CCNode? So when I click on my Sprite I want to get (0,0) - not (100,100).

Thanks

nodetoparenttransform :slight_smile: