FBX-Conv compatible animation techniques
@grire974 wrote: Hey All - hoping for some help here. I'm mostly from a programming background (getting better at 3D) and working with a 3D artist. I've read the 3D guide here:...
View ArticleSdkbox COCOS_CONSOLE_ROOT
@kdong007 wrote: I got following msg when im trying to import sdkbox pluginfailed to find COCOS_CONSOLE_ROOT, make sure the environment variable COCOS_CONSOLE_ROOT is defined. But I do have...
View ArticleHow to build Cocos2d-x for Android TV
@mozartalouis wrote: Hello! Looked everywhere for a way to build cocos2d-x for Android TV but I can't find a way... I know it is possible because the app "Badland" was build using cocos2d-x and is on...
View ArticleHow to use Event Dispatcher instead of NotificationCenter?
@AzzozHSN wrote: HiHow can I convert the following code to user Event Dispatcher of NotificationCenter? NotificationCenter::getInstance()->addObserver(this,...
View ArticleWant to create Carousel with listView?
@chhengRavy1 wrote: Hi everyone! Do you know we can implements Listview with carousel like image below? maxresdefault.jpg1920x1080 160 KB If you have any ideas, can u share to me? Thank you before...
View ArticleCMake and prebuilt libraries
@Artmaster91 wrote: Hi, everyone!Guys, I'm currently trying to build cocos2d-x project in CLion IDE, but my Macbook is turning off when compiling cocos2d library and I nothing can do with it. What I'm...
View ArticleHtml5 game make money methods
@wuxiaomo wrote: I am a independent game maker. Do anybody know which company or place like to buy games? Before this post, I always customize games for one company in my country. But now the company...
View ArticleDid cocos2dx PhysicsWorld has it's own randomseed?
@loy wrote: hi all, i'm using cocos2dx-lua and PhysicsWorld developing my game, i create scene like this: cc.Scene:createWithPhysics() i created 10 physicsbody add to the scene, and let them move to...
View ArticleCamera or "Manual" scrolling - Effficiency
@Maxxx wrote: I've always scrolled my sideways scroller by updating the Positions of all my entities based on their location in the 'World'So if I have a static object (say a tree) and I am moving my...
View Articlecocos2dx crash on android during release of unknown objects, working fine on IOS
@shubham253 wrote: I am using cocos2dx-3.3 with ndk-r10d on eclipse and my testing device is samsung galaxy S3.There is a object of Class derived from CClayer added to the CCScene object. The game is...
View ArticleHow to load all the sprites in a folder?
@kaotiklabs wrote: Hi guys, I need a way to load all sprites from a folder without using resources.js, as I dont know the filenames (Im coding a template).Just want to load all sprites there and put...
View Articlecocos2d-x-3.9 eclipse problem/solution
@RetryAgain wrote: Problem:File Cocos2dxDownloader.class will not compileimport com.loopj.android.http.AsyncHttpClient; is not resolvedSolution:Right click on project Posts: 1 Participants: 1 Read...
View ArticleEclipse manifest missing (solution on window)
@RetryAgain wrote: The manifest is there ebut eclipse will not find it.Simple solutionDrag your manifest file from you project to your desktop.Drag your manifest file from you desktop to to your...
View ArticleIssue for compile a project
@versailles wrote: Hello, I try to compile my cocos2d-x project for windows phone and i have this error message : cocos run -s f:\test -p wp8_1Building mode: debugBuilding...Required VS version :...
View Article[Problem] EditBox InputMode iOS
@BigRob154 wrote: Hi,I can't get the Numeric input mode working when using EditBox. ui::Scale9Sprite* s9s = ui::Scale9Sprite::create("res/input.9.png"); ui::EditBox* box =...
View ArticleProblem with cocos helper Admob
@Pantoo wrote: HelloI use Cocos helper to integrate Admob and my JS game. I follow the tutorial but when I run the command line "cocos compile -p android". I got this error and libcocos2djs.so can not...
View ArticleIs there a comprehensive working set up for debugging Android?
@kerfufflemonkeygames wrote: Hi All, I love Cocos2d-x. I seriously do. However, I have spent a ridiculous amount of hours trying to figure out how to debug C++ code on an Android device. Using sys...
View ArticleExchange mobile games source code
@cocos2dxer wrote: i have lots of game source code like fishingjoy3,the last war,swamp attack,on the run and so on.if anyone have intrest,please contact me at skype:cocos2dxman or my...
View ArticleGood game for commicate
@cocos2dxer wrote: i get lots games source .please contact me at skype:cocos2dxman or my qq:2837616786thanks Posts: 1 Participants: 1 Read full topic
View ArticleRemoving children from the Node recursively
@Sumedh wrote: Hi, One basic query. I have 2 layers, lets say Layer1 and Layer2. On Layer1 I am adding Layer2 as well as some sprites. On Layer2 I am adding sprites. Now when I call...
View Article