I am beginner in the Cocos2D gaming. When I change the Sprite with
[sprite setTexture:[[CCTextureCache sharedTextureCache] addImage:@"anotherSprite.png"]];
When I am changing this image in the scheduler it takes the previous sprite Frame rather than new one. How can I use the new Sprite image into the Previous Sprite Image Object