December 2010
13 posts
Updating your images for the iPhone 4 retina... →
2 tags
1 tag
How to Flip Y? in Cocos2D
- (BOOL) flipY [read, write, assign]
whether or not the sprite is flipped vertically. It only flips the texture of the sprite, and not the texture of the sprite’s children. Also, flipping the texture doesn’t alter the anchorPoint. If you want to flip the anchorPoint too, and/or to flip the children too use:
sprite.scaleY *= -1;
1 tag
How to create camera for CCLayer →
1 tag
indiegames: The Humble Indie Bundle #2 (pay what... →
1 tag
2 tags
Transition between cocos2d scene & UIView →
2 tags
CCUIViewWrapper - wrapper for manipulating UIViews... →
2 tags
How to load a UIView and display it →
4 tags
How to read or write .plist file →
2 tags