I am setting a color to my sprite using the setColor method, However at some point, i need to set it to a different color. By calling setColor again, I can change the color to the new color. But, I want to color change to be gradual, like an animation. How do I achieve this in Cocos 2d?
Share
You can use the Tint action