How to use cocos console to build the APK only
@cocos2dxer002 wrote: Already have the libcocos2dcpp.so, How to use cocos console to build an APK?Thanks in advance. Posts: 3 Participants: 2 Read full topic
View ArticleCSLoader works slow the first time
@Lem wrote: Hi! My game loads a node at a certain point and I use this code: image = (ImageNode*)CSLoader::createNode(outlineName); image->setPosition(0, 0); image->retain();...
View ArticleHelp with my vector
@Hamlet wrote: hello i have problem for display the sprite in my app ,the framework say build successfull but dont show the sprite (Signal1) auto...
View ArticleResolution problem with different screens
@hgokturk wrote: Hi. I'm creating a game. This is my AppDelegate for scaling: auto director = Director::getInstance(); auto glview = director->getOpenGLView(); if (!glview) { glview =...
View ArticleSet offline status of user in background
@shauket wrote: Hi, I want to send status of user to server when my game goes to background.Please give me suggestion how can i do it in proper way.currently i am sending a call to server but did not...
View ArticleMutilResolutionSize Help
@xdeop wrote: Hi, I'm developing a Game where the design resolution is of 1468x780 and the Resources are also of the same resolution (extracted from a photoshop of 1468x780), that's why our code is as...
View ArticleHow to integrate Box2D to v3.9?
@KAMIKAZE wrote: Hello, I just started new project. I created it in Cocos Studio 2. I don't want to use Chipmunk. I need only Box2D. When I downloaded Box2D from https://github.com/erincatto/Box2D and...
View ArticleSprite3D / ,C3T support?
@farproc wrote: I am experimenting with the Javascript support in Cocod2d-x 3.9 - when used via Cocos Studio 2 What is the "preferred" / default IDE for Javascript projects now? The Cocos Code IDE is...
View ArticleSDKBOX Tests Google Analytics Improvments needed 1.5+
@energyy wrote: Hey guys, I still wondering how you testing SDKBOX installation if from begging 1.3 and still persist basic issues with android-studio installation. It seems you do some kind test on...
View ArticleScale9Sprite with tiled/repeated left/top/bottom/right
@think1st wrote: Does anyone know of a Scale9Sprite extension where the top/left/bottom and right parts of the Scale9Sprite can repeat? For a lot of purposes, just straight forward stretching of those...
View ArticleCocos try to search in other folder
@lpocay wrote: Here is my problem... i created a new cocos project in this directory D:\Cocos proyect\Learning , all works fine until i build the project.. when i try to build the project...
View Articlecocos2d-x 3.9 javascript cc.EditBox only displays all capital letters on iOS...
@emmyc wrote: cocos2d-x-3.9 javascript cc.EditBox only display capital letter on iOS and Android. Please fix it!! even I tried to setup...
View ArticlePackt Publishing ebook specials
@slackmoehrle wrote: Hi Everyone, Our friends over at Packt Publishing are having a $5.00 USD eBook special, starting today thru the 8th of January. During this time all of Packt’s eBook titles and...
View ArticleHelp understand SocketIO
@sefiroths wrote: Hi, I have made a server using netty and a java client (it works).Now I'd like to make a connection with SocketIO copying from ccp tests (cocos 3.8.1) but I have this result:...
View ArticleBest IDE for cocos2d-x mobile game development?
@mhmtemnacr wrote: Hi, what is the best IDE for cocos2d-x mobile game development? I'm using C++ and my app will be available for Android and iOS. I was using Android Studio but I heard it is not...
View ArticleSDKBOX MultiDex
@energyy wrote: Not sure if it is related to multidex, but in 90% cases when compiling SDKBOX Analytics with android-studio gradle, its not working. Like everything compiled, app running, but analytic...
View ArticleBuild Failed at base android project
@lpocay wrote: I got this error trying to build my android project, im using cocos2d-x v3.9 cmd.png898x716 73.9 KB Posts: 2 Participants: 2 Read full topic
View ArticleHow to run a nested action?
@josempan wrote: I've been struggling trying to play an animation in a node, I have: the scene made with Cocos Studio, the Scene root has a node "MyNode", that node is a file (node), that file has an...
View ArticleFiltering Collisions - how to?
@Greenhouse wrote: I'm reading Programming Guide Ch12 - Physics and I'm slightly confused how to setup and use CategoryBitmask and CollisionBitmask to filter collisions properly. Say, I have the...
View ArticleDragonBones 4.x?
@eydamson wrote: Hi is it still possible to use DragonBones 4.x to cocos2d js? if yes do you have any examples? thanks @Zinitter Posts: 1 Participants: 1 Read full topic
View Article