Currently I am trying to port a project of mine from SpriteKit to Cocos2D. And I'm stuck with the transition's. In SpriteKit I could use the CATransition to transition to another scene.
But I can't figure out how I could do that in Cocos2D. Or perhaps there is another way to achieve a similar effect in Cocos2D. The effect I'm going for is this "pixelate" effect which is made with the CATransition class. If I could use that that would be awesome. If there is another way to achieve the same effect that is okay too.
Perhaps it is worth noting that I am using Cocos2d 3.