Is not declare in this scope
@lpocay wrote: Hi! im starting to learn cocos2dx and im just experimenting with the code and want to move a sprite with a touch! but i got a problem, check the code: #include "HelloWorldScene.h"...
View ArticleSdkbox is nil when integrate review into my project
@SuperMan_Brother wrote: Hi.allI installed review plugin success.and I registered register_all_PluginReviewLua(L); register_all_PluginReviewLua_helper(L);in lua_module_register.h. and built...
View Article3D model is always behind the layer
@lazydevx wrote: Hi I am facing a strange issue, 3d model is always drawing behind the layer. whatever z value i set for the 3d model it always go behind the background layer.Here is code: auto...
View ArticleType str doesn't support the buffer api
@dailammoc wrote: I got error: type str doesn't support the buffer api when creating a new cocos2d-x-2.2.6 project. I'm working on Windows 7, python 3.4. How do I fix this error? Posts: 1...
View Article[Help] FPS is drop when created many CCMenuItemImage with a image (abc.png)
@xekoab wrote: Hi everyone, Same as a title, my game get low fps when created many CCMenuItemImage with the same image. I don't know how to fix it. Can someone give me a help. This is code => low...
View ArticleRuntime Crash in Android
@pabitrapadhy wrote: Hello Developers, I am facing a runtime crash in Android.I have seen similar issues while searching over, but none of them has verified response. I am posting the logs here -...
View Article[solved] First sprite loaded in scene is blank
@jraja0722 wrote: Hi all, I am running into a very strange problem. The sprites texture for the first sprite loaded in game is displayed as an empty black square. For ALL subsequent sprites, the...
View Article[Errno 2] No such file or directory
@DevilNG wrote: Hi. I have a bug, please help to correct: sdkbox import review [Errno 2] No such file or directory:...
View ArticleWhat is the best IDE for cocos2d-x?
@skyfox21 wrote: HI...I am new to the cocos2d-x environment, I have watched the basic tutorial here, I prefer code with C++ because I know more than java. As the tittle above, my question is What is...
View ArticleiOS Game to Android and Error running command, return code: 2
@LastHero wrote: Hey guys,I worked on my game with cocos2d-x 3.7.1 and worked on my iOS version including the SDK Box and the Sonar Cocos Helper.Now I'm finished and want to build it for Android. I...
View ArticleAvacil - Avatar Maker for Android made by cocos2d-x 2.2.6
@jay23 wrote: Hi Folks Merry Christmas and happy new year all,just want to share that our latest apps for making a cartoon avatar made by cocos2d-x v 2.2.6 just been released last nightit is a totally...
View ArticleAdding the PhysicsShape to existing body
@gkuczera wrote: Hi guys,I am learning the physics engine, chipmunk, right now and I do not really know why the added PhysicsShape does not appear on the debug layer. I am able to create the...
View ArticleCollection Of Cocos2d-x Resources. Merry Christmas From Sonar Systems :D
@SonarSystems wrote: We have compiled a list of great learning resources for developers in one easy to use place with the ability for users to contribute their own findings/resources....
View ArticleOpen source SpriteSheet Packer with GUI
@amakaseev wrote: SpriteSheet Packer is open source project.Developer: amakaseevSpecial thanks: musikov Start date of development: 8.01.2014Github: http://amakaseev.github.io/sprite-sheet-packer/ Uses...
View ArticleIssues building my cocos project in windows
@mills416 wrote: I am trying to start a new android project in c++. It builds and runs on my android perfectly fine when I run it from my macbook but when I build it and run it from my windows desktop...
View ArticleCocos2d-js define CC_USE_3D_PHYSICS 0 error
@Tymonr wrote: in ccConfig.h with #define CC_USE_3D_PHYSICS 0 compiled win32 project work, but without picture and random glcalls values. How can i turn-off bullet and ect. correctly? Posts: 1...
View ArticleHow to create win10 project with cocos2d-x lua?
@lingshao264 wrote: I've try to begin with c++ version,but it turns out error(it may due to my computer problem)If there is anyone manage to transfer to win10 platform,can share the experience? Posts:...
View ArticleCocos studio for android few questions
@nichlaspro132 wrote: hi! So I have just downloaded cocos studio on windows for android development. Maybe a simple thing but how can I go to the programming, I only see the scene and so...... And...
View ArticleDo you have to program in JS when it comes to android development?
@nichlaspro132 wrote: Hi! The title almost says it all. Do you have to program in JS for android development or can you just use c++? Thanks again!! Posts: 3 Participants: 2 Read full topic
View ArticleDownload and save png image
@wonkathi wrote: Hi everyone,I have a problem with saving image file from url. I use HttpClient to get buffer from url and save that data to image with cocos2d::Image.I realize sometimes the size of...
View Article