sprite.flipX = -1; sprite.flipY = -1; Sprite is well… your sprite, and then flipX to flip horizontally, while flipY to … More
Tag: code bit
Code Bit: How to speed up or slow down your Cocos2D game?
Place this anywhere in your code (prolly triggered by a button or an event): [[CCScheduler sharedScheduler] setTimeScale: timeScale]; For speeding … More