Top "Cocos2d-x" questions

C++ cross-platform version of Cocos2D, an open-source mobile 2D game framework.

Can Someone Give Me A Simple COcos2d-X Particle Example?

I just want to make a CCParticleExplsion using Cocos2d-x and C++, but can't seem to find it after searching …

cocos2d-x particles ccparticlesystem
cocos2d-X doesn't find android platform

I'm using cocos2d-X v3 and I created a new cocos2d-X project following this tutorial. But when I run …

android cocos2d-x cocos2d-x-3.0
cocos2d-x how to read plist into an array

i want to read a plist using cocos2d-x (c++) here is my plist: <array> <dict> &…

iphone ios cocos2d-iphone plist cocos2d-x
CCScrollView for cocos2d-x that works?

Edit: With enough rewriting, and commenting, I have it running, will post final below for others. Edit2: I've been more …

cross-platform cocos2d-x
Cocos2D-X for android, Symbol 'cocos2d' could not be resolved

I start with Cocos2D-X for android following http://www.raywenderlich.com/11283/cocos2d-x-for-ios-and-android-getting-started. I run the demo in xcode …

android eclipse macos android-ndk cocos2d-x
How to add touch event listener in Cocos2dx 3.1?

I used following code to add listener method to a Button in cocos2dx: button->addTouchEventListener(this, toucheventselector(HomeScene::…

cocos2d-x cocos2d-x-3.0
How to debug cocos2d-x 3 native code on android device

I could not find any cookbook/tutorial how build in debug build a cocos2d-x 3.1 project for Android and how …

c++ cocos2d-x cocos2d-x-3.0
cocos2d-x-3.0 draw vs onDraw

I'm using cocos2d-x v3.0 and in some test project I'm doing some custom drawing by overriding Node's draw method, …

cocos2d-x cocos2d-x-3.0
"cannot find module with tag 'CocosDenshion/android' in import path" error in cocos2dx app

I am trying to compile Android native application developed on cocos2d-x. When i Try to debug my application i …

android android-ndk cocos2d-x
Linking errors when adding AdMob to IOS cocos2d-x 3.2

i trying to add AdMob to cocos2d-x 3.2 simple game using Xcode 5.1 iOS 7.1 i following the tutorials in https://developers.…

objective-c admob cocos2d-x cocos2d-x-3.0