I'm adding 3 sprites (layers) to CCParallaxNode:
BGLayer = [CCSprite spriteWithFile:@"Layer.png"];
[_backgroundNode
addChild:BGLayer
z:2
parallaxRatio:layer1Speed
positionOffset:ccp(screenSize.width/2,screenSize.height/2)
];
How can I create the scroll when swiping?