Real time multiplayer game using Nextpeer sdk
@watermelonlab wrote: Hi, I am developing real time turn based multiplayer game. I am using Nextpeer for multiplayer feature, buti am stuck at how i decide who plays first turn and who is second?If...
View ArticleIs it safe to use cocos2d-x 2.2.6 with c++11?
@keht wrote: Hi, I have a couple of games written using cocos v2 and I need to support them. I want to use c++11 features in the my code, but It will be too expensive to move to the cocos v3. I can...
View ArticleSome weird bug, please help. [Android]
@Greenhouse wrote: I have a game that is nearly a release stage and I have a weird problem with Android version of it. In one of the screens I have a sprite with a physics body (circle) assign to...
View ArticleNEW GAME Avoid Shake
@diitalien wrote: Hi all. My new game Avoid Shake on cocos2d-x for iOS. Swipe your hero and trying to stay alive. Avoid shakes and collect coins for unlock new characters and worlds. itunes.apple.com...
View ArticleStrange framework error in cocos2d-x
@nichlaspro132 wrote: Hi! Why does it say this: Screen Shot 2015-11-26 at 7.53.10 PM.png1119x329 225 KB But it is added: Screen Shot 2015-11-26 at 7.50.24 PM.png916x850 137 KB ??btw it is for adTapsy...
View ArticleAndroid compilation not working for JS - command line
@rasen58 wrote: I tried using the command line cocos tool to compile my JS app for android, but after it compiles and downloads it to my phone, my app doesn't actually work. I ran cocos run -p android...
View ArticleAuthenticate user account using gmail or facebook?
@eydamson wrote: Hi good day! how can i authenticate the user using his gmail or facebook account?i wan it to be like in clash of clans...is there any tutorial or anything that i can use? btw i am...
View ArticleHow to get Safari on iOS8 to hide the toolbars on an iPhone 4/4S/5/5S
@Gurudath wrote: Hello All, Did anyone solved this issue? stackoverflow.com How to get Safari on iOS8 to hide the toolbars on an iPhone 4/4S/5/5S asked by gman on 05:19PM - 09 Oct 14 safari, ios8 If...
View ArticleSDKBOX 1.5 Released
@nite wrote: 1.5 Release Notes Highlight ScientificRevenue Plugin Youtube Plugin SDKBOX Installer now support switching different android app stores with sdkbox set store SDKBOX Installer now supports...
View ArticleIs UI component in Cocos2dGUI.h replace old component like MenuItem,...
@amuse wrote: Should I give up to use old cocos2d UI components like MenuItem, MenuItemSprite and Menu, and start using components in Cocos2dGUI.h like Widget,Button, Label, Slider, and so on? Posts:...
View Article"ERR: soomlaGrow: init fsg" error with soomlagrow
@thanhnm91 wrote: I'm using cocos2d-x v3.8.1 and SDKBOX SoomlaGrow v1.4.1.7. I tried to install SoomlaGrow plugin to my cocos2d-x project but it failed with this error: This is my sdkbox_configs.json:...
View ArticleCalling function of parent
@alexgg wrote: Hello, Is there a way for calling function from a child to its parent if you have inherited using cocos model. Example: GreatestChildClassEver = cc.Sprite.extend({ ctor: ......
View ArticleHow to free a spine animation from memory
@alexgg wrote: Hello, Everytime I load a spine animation is kept in memory even If I change the scene.Is there a way to free memory once a spine animation is loaded? Thank you Posts: 1 Participants: 1...
View ArticleHow want to achieve the following behavior [Physics]
@Greenhouse wrote: How to achieve the following behavior: Given a scene with physics world with gravity set to {0.0f, 100.0f} (going upward)Given a node with PhysicsBody (box), positioned at the...
View ArticleSound Position With cocos2d-js 3.8
@tufantalan wrote: Is there anyway to get Audio currentTime with Cocos2d-js? Posts: 1 Participants: 1 Read full topic
View ArticleSpell checker cocos2dx
@shauket wrote: I am working on word game i need to check spell of my word exist in word dictionary.is there any way to check without API call. Posts: 1 Participants: 1 Read full topic
View ArticleFlurry - Not reporting Crashes
@saiy2k wrote: Hi, I installed Flurry via SDKBOX and event logging is working cool. But I couldn't see Crash Reports in my Flurry dashboard. if (cc.sys.platform == cc.sys.ANDROID) {...
View ArticleRun cocos2d-x project in browser
@ctapp1 wrote: I have done some research and can't find a direct easy way to run my cocos2d-x project which is built in c++ on the web. If anyone has a solution besides re-writing my code in js or...
View ArticlesetRotation3D relatively to Sprite coordinates
@Rezz wrote: Can i use setRotation3D for sprite for example relatively to some point, not standart axis? Because i have problems similar to this: (but that tpic has no replies) How to get right...
View ArticlesetPosition(vec2) vs. setPosition(x, y)
@swap wrote: Hello,I've just migrated our game to the last version of cocos-x but I encounter interesting problem with Node::setPosition() methods. In my code I overrides only setPosition(Point)...
View Article