(Cocos2D-X v3.9) Entire Library compiling on every build
@rram wrote: I just created a new project using Cocos2D-X v3.9. Project created fine and I was able to run the project using the cocos command line. The initial build took a long time and hogged my...
View ArticleIs there a "enterprise support" page on Cocos2d-x official site?
@naive231 wrote: Is there a "enterprise support" page on Cocos2d-x official site? We use Cocos2d-x to build our game, and hope getting help when encounter problems about the engine from official...
View ArticleCannot render spine on web
@szewei wrote: Hi, i m a newbie here, i m trying add a spine animation node on my layer and follow the way how js-test do, but i cannot c the node on the layer when renderMode is 0, then i change to...
View ArticleHow to download in-app after onsuccess transaction
@cocos99d wrote: Hi,I did few month ago a cocos2d-x ios app with in-app coded in pure objC. Now I try to use the sdkbox for a new app that will be on ios and android.In objC I did: [[SKPaymentQueue...
View Article[Game] Please Mr.Rudolph(Android)
@designforplay wrote: Hi everyone. It's fast faced arcade game. ( similar timberman )cocos2d-x version: 3.8Hard coded UI animation!!! ( not using cocos studio ) Android:...
View ArticleGet purchase history of user in SDKBOX IAP plugin
@abhinav wrote: Hi, How do I know whether a non consumable item has previously been purchased by the user? Once we call sdkbox::IAP::refresh() using IAP SDKBOX plugin, the...
View ArticleChipmunk moving body on touch began
@waleedSuave wrote: I have posted a question http://stackoverflow.com/questions/34306053/chipmunk-with-cocos-2d-x-and-ios kindly please check and let me know. Posts: 1 Participants: 1 Read full topic
View Article[Help!]Not able to install SDKBOX Chartboost plugin
@monisha wrote: I want to install SDKBOX Chartboost plugin..Each time when I tried installing it using the command sdkbox import chartboost, I'm getting it as installation failed..Can someone help me...
View ArticleCreating animation other then CocoStudio?
@padmnabh wrote: Hi,I am new in developing cocos2d-x games.I am searching for option other then cocostudio to create animation as I find cocostudio to be limited in many animation design.Also I am...
View ArticleApp crashes built with cocos v3.9
@kedarnath wrote: I updated to latest version of cocos v3.9, in between app crashes with following ndk-stack-trace Posts: 1 Participants: 1 Read full topic
View ArticleI am using a Physcis(chipmunk)
@ryeon wrote: Hi. I am using a chipmunk.I have questions. Why is it slow when moving touch to the joint?chipmunk C examples are faster movement speed. my code(cocos2d-x) PhysicsJointPin* joint =...
View ArticleRebuilding Cocos2dx externals
@Mike_0121 wrote: Hello everyone. I'm relatively new to Cocos2dx. I want to bult my Cocos based app for Android with hardware floating point (armeabi-v7a-hard ABI from NDK). In order to do that I must...
View ArticleHow can I add Cocos Cocos2D JS to Cocos Studio?
@Kakkuonhyvaa wrote: I installed Cocos studio, but I can't create a new project. It always talks about python exec is not exist. I think it's because I need to add the game engine to Cocos studio. I...
View ArticleGetting an error with the callback function on Keyboard Pressed event
@livzz619 wrote: Hi.. I am getting an error with this listener->onKeyPressed= CC_CALLBACK_2(KeyPressed::Pressed, this); saying Severity Code Description Project File Line Error C2893 Failed to...
View ArticleNew User Guidance
@slackmoehrle wrote: This has a few quick tips to get you started. Keep scrolling There are no next page buttons or page numbers – to read more, just keep scrolling down! As new posts come in, they...
View ArticleCan Scheduler object work in background?
@tufantalan wrote: When app enter background scheduler pauses automaticly. Is there anyway to resume for this? Posts: 1 Participants: 1 Read full topic
View ArticleTiled Map scale uneven
@michinin wrote: Hello,I working on cocos2d-x 3.9. I use Tiled Map Editor to create a Map 25 x 25, a piece of map is 20x20 pixel. I use only a image for all.My purpose is design a map include cells...
View ArticleHow to setup Cocos2d-x v3.9?
@ThePixelCoder wrote: HI. I am a new user to cocos2d-x and I was wondering how can i set it up? I've seen many tutorials on how to to do so but none of them work. This is what i currently have...
View ArticleHow to add C++ folder to android stodio
@dailammoc wrote: I've imported a cocos2d-x to my android studio IDE, but it only has android code. Now I want to add Class folder(which contain C++ files) to android studio, because I have to...
View ArticleDynamic passes Static Body if velocity is high
@jvfiel wrote: I tried http://discuss.cocos2d-x.org/t/dynamic-physics-body-passes-through-a-static-physics-body-after-little-resistance/21853/2 but it didn't work for me. Here's my code I have a...
View Article