cocos2d-iphone
Water Waves implementation in cocos2d
I am developing a game(cocos2d+box2d), where I want to implement waves similar to below link, http://jayisgames.com/cgdc8/?gameID=7[详细]
2023-04-13 08:14 分类:问答Place images symetric both in hor & vertical
I have several of images with equal in their dimensions which I read their file paths from an xml. And I would like to place these images on iPhone screen programmatically. Up to here everything is fi[详细]
2023-04-13 04:48 分类:问答How to use isometric orientation, cocos2d, iOS, CCTMXTiledMap
I\'m trying to grasp the basics of tile-based games (cocos2D, iOS development). I use \"Tiled\" - application, which makes .tmx files, which are used as tile maps. I succeeded to load orthogonal orien[详细]
2023-04-13 01:32 分类:问答cocos2d whirl integration: touch area blocked by banner
when i integrate whirl with cocos2d (landscape), i set the admob banner on top screen: here is my part of my -(void)adjustAdSize:[详细]
2023-04-13 01:22 分类:问答ccTouchesBegan vs ccTouchBegan - Touch Detection & SIGABRT crash
I\'m currently doing an application where I\'m trying to detect touch-positions of the user. I changed from ccTouchBegan to ccTouchesBegan in the process of implementing the \"detect touch-position\"[详细]
2023-04-13 01:00 分类:问答Animations are not working properly(Cocos2d)
My problem is that animation are not working properly during movements of sprite. Below is the code which i\'m using[详细]
2023-04-12 22:57 分类:问答cocos2d game localization without using string file
i want to add chinese language for my game. but the font file i used is only for english. thus i won\'t be able to use additional string file to add localization. also, i need to display some specific[详细]
2023-04-12 21:57 分类:问答Any other way to play background music in iOS game development?
I have a problem right now. I develop game applic开发者_StackOverflow中文版ation for iPad with cocos2d. In my application, I use background music. When I use cocos2d music method SimpleAudioEngine, i[详细]
2023-04-12 19:37 分类:问答How do I detect multi-touch in cocos2d?
Edited Post Ok I tried what rptwsthi said in another project just to test it...... -(id) init { if( (self=[super init])) {[详细]
2023-04-12 18:12 分类:问答How to set the OpenGL project matrix to get projection as described below?
I just want to mimic a perspective projection without using z coordinate (ie: Only using 2d environment).[详细]
2023-04-12 16:59 分类:问答