In application scrolling is been done by following code:
[self runAction:[CCMoveTo actionWithDuration:(1670/213) position:ccp(-1670,0)]];
[skipMenu1 runAction:[CCMoveTo actionWithDuration:(1670/213) position:ccp(1670,0)]];
But when scene moves forward there's a transparent wave passes through the scene(up to down), this happens every time this code is been called. Is there any known reason for this? How to to overcome this problem?