Basics resources to develop a Street Fighter alike Game
@ooozuz wrote: Hello Guys, This is my very first topic here, I am glad to become part of the community, so don't be vey harsh on me So far I have just developed the two tutorials in Make School: ->...
View ArticleDo I need port Bonjour to use zero-configuration networking?
@ueda_keisuke wrote: Hi all, I am thinking of connecting other devices via WebSocket or SocketIO with cocos2d-x. I just wrote websocket->init(*this, "ws://theserver.local:8000"); and _client =...
View ArticleCocos2d-x 2.2.6 Android security issue with libpng 1.2.46 (CVE-2015-8540)
@Heyalda wrote: EDIT: Please go see the discussion here: http://discuss.cocos2d-x.org/t/google-play-how-fix-apps-containing-libpng-vulnerability/30160/12 Please don't reply to this post. Anyone know a...
View ArticleProblem with API 21
@lpocay wrote: Ok i will try to be clear! when i compile my game with api 21 it crash in android kit kat, i dont know why, but the funny part is that if i compile the game with the pre built lib that...
View ArticleHow to know what two kinds of object is colliding?
@coco_pen wrote: In my game there are a lot of kinds of physics objects.Now I add tag for every object class.So in onContactBegin,I need write a very long list to judge what kind of object is...
View ArticleProper way of moving physics object in path Box2d?
@nichlaspro132 wrote: I am creating a game where there are needs for obstacles but these obstacles have to move in a path which I don't know the proper way to make.The obstacle has the be a box2d...
View ArticleGame on PC web browser vs mobile web prowser
@joneill4x wrote: Hello all, I made a preliminary game and put it on a website. You can play it here: www.toroidal.net23.net The game works fine in any PC web browser. However, in my mobile web...
View ArticleHow to create animal puzzle game for kids
@vijayan wrote: hi i want to create kid game cocos2dx in android Posts: 3 Participants: 2 Read full topic
View ArticleI have created a no of sprites and added them to the scene with the same...
@MaheshAmbati wrote: Continuing the discussion from Memory deallocation in Cocos2d-x: zygmuntix: Hi, I would like to ask You how the objects must be relieved/disposed, how can I destroy unused objects...
View ArticleIs there efficient FREE way yo encode / encrypt the resource files ? ( like...
@Meir_yanovich wrote: Hello allBefore i start to do it , is there any way or ant body already did it . i want to encrypt the resources in the game in efficient way the purposethe resources have...
View ArticlegetFrameSize question
@coco_pen wrote: I test my code on iphone-6plus.But glview->getFrameSize(); show the result is (1136.000000,640.000000)Also it shows the log : cocos2d: surface size: 1136x640.But the iphone-6p...
View ArticleHow to open a URL
@ctapp1 wrote: Hello I am trying cocos2d::Application::getInstance()->openURL(myurl); and it isn't working. Any ideas? Thanks Posts: 2 Participants: 2 Read full topic
View ArticleHow to create Sample Animation in Cocos2dx in android
@vijayan wrote: Hi i don't know how to create sample animation for kids balloon pop.......... Posts: 1 Participants: 1 Read full topic
View ArticleHow to delay an action or How to control program flow to wait for a...
@MaheshAmbati wrote: Continuing the discussion from How can I delay game/code during an action?: cking: I am writing a checkers program. There is no need for a scheduler (no need to continuously keep...
View ArticleCrash after replaceScene
@jalfonsosm wrote: Hi, I am using cocos2dx v. 3.10 and I am suffering a weird crash only in certain iOs devices. The game loads the first level properly, but when the game try to load the second...
View ArticleCocos installer 3.11.1 update
@Kotaiba wrote: how can we make cocos installer support 3.11.1 ? Posts: 1 Participants: 1 Read full topic
View ArticleHow to create android apk file using jenkins plugin?
@manjureddy48 wrote: Hello all, I am trying to build android apk using Jenkins plugin ,but i can't able to compile dependency project libcocos2dx.I am getting this following error while generating apk...
View ArticleHow to get Smooth rotation of sprite when using Sprite->setRotation()
@Meir_yanovich wrote: Hello alli have simple round circle joystick when i move the thomp on the circle joystick it moves simple sprite so when i get for example 40 Degress in the joystick i set the...
View ArticleOrg.cocos2dx.lib Cannot be resolved in Eclipse
@sankarganesh86 wrote: Hi, I am new to cocos2d , I download the cocos2d-x-3.11.1 from website and install it and i create a project using below command cocos new MyGame -p com.your_company.mygame -l...
View ArticleText Field not detecting the touch when touched on list view
@satyaKT wrote: I have a searching functionality for my list view and on clicking on list view it goes to another screen,but if i activate my search field (keypad active) and touched on list view item...
View Article