Hello everyone!
My question is whether cocos2d-x have the fade effect like the “Geometry Dash” game when objects are destroyed or I have to do manually with other software ??
-> It is the effect that you see on the sides of the game.
Hello everyone!
My question is whether cocos2d-x have the fade effect like the “Geometry Dash” game when objects are destroyed or I have to do manually with other software ??
-> It is the effect that you see on the sides of the game.
I’ve never played, but looking at a video it looks like each tile is using a combination of the actions MoveTo/MoveBy, FadeTo and ScaleTo. So when a tile is added or removed, it will run an action to move/fade/scale that tile. That’s my guess.
@grimfate I think that’s the most logical for use in Cocos2d-x. Thank you so much.
Robert Topala explains here: http://forum.cocos2d-objc.org/t/upcoming-game-geometry-jump-by-robtop-games/9882/15