I\'m working on a game with cocos2D game engine and make load all the sprites while it load the level, now as because some of sprites (obs
cocos2D
sprites
If all the sprites have the same parent you can just scale their parent and they will be scaled with it, keeping their coordinates relative to the parent.