I was able to get it to work! (I don't know why I post these posts, probably because i'm tired..)
Used
Code:
NSArray *touchA=[touches allObjects];
for (int j=0; j<[touchA count]; j+=1) {
UITouch *touch=[touchA objectAtIndex:j];
CGPoint p=[self convertTouchToNodeSpace:touch];