I have a long background image as a sprite in the scene funktion.
CCSprite *background = [CCSprite spriteWithFile:@"longbackground.png"];
background.anchorPoint = CGPointMake(0, 0);
[layer addChild:background z:-1];
how do i make this 1000 long and 320 pixel wide image moving to the right?