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?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.