Stack trace crash Android
@UKDeveloper99 wrote: java.lang.IndexOutOfBoundsException: Invalid index 100, size is 99 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251) at...
View ArticleRandom crash following a tutorial
@godsgreg wrote: Hi, I'm starting to learn this framework and tried to follow one of the "get started" tutorial. I'm following this...
View Article[Paid] Looking for a graphic designer for futuristic 2D game
@ForestRingGames wrote: Hello, We are currently looking for a graphic designer for our 2D game for iOS and Android which we plan to release in June 2016. The graphics and art style should be...
View ArticleAnimation using SpriteFrameCache affects physics body?
@kula888 wrote: I tried to load a spritesheet.png file using a plist file for animation. My problem is using SpriteFrameCache affects physics body. I expected the physics body would not move during...
View ArticleCocos + Websockets = Love?
@JerryGreen wrote: Is there some examples for it? I just wrote a websocket server. Can I use it in cocos game? Posts: 3 Participants: 3 Read full topic
View Articlecocos2d-x-3.10 Required VS version : [2012, 2013]?
@deviantmk wrote: 3.9 was working with VS 2015 Based on: cocos2d-x-3.10Building mode: debugBuilding...Required VS version : [2012, 2013]Can't find correct Visual Studio's path in the registry. just to...
View ArticleAny free skeletal animation tool besides cocostudio?
@eydamson wrote: hi is there any free animation tool that we can use with the latest version of cocos2dx besides cocostudio? Posts: 1 Participants: 1 Read full topic
View ArticleMenu Row Alignment
@jumpman8947 wrote: I'm trying to have a menu align in rows, but in my current code i do not see a menu. var winsize = cc.director.getWinSize(); var centerpos = cc.p(winsize.width / 2, winsize.height...
View ArticleGet Delta Speed from Moving Object
@sath wrote: Hello, I recently have been having some difficulties figuring out the delta speed of a moving object which is moving by the action MoveTo. I have a very simple function used to calculate...
View Article[SOLVED] Inherit from Node but constructor cannot be found?
@royitaqi wrote: I'm trying to inherit from Node by implementing a ctor which takes three parameters. But it seems that the ctor is not found during compilation. Here is my Hand.h: #ifndef __HAND_H__...
View ArticleProject path cannot contain chinese characters or other invalid characters
@Rahulkrishna wrote: Untitled.png1366x768 74.7 KB how to remove this problem Posts: 1 Participants: 1 Read full topic
View ArticleHow to you implement a system showing different texts according to locale?
@amuse wrote: Is there any build in class to do it in cocos2d-x? if no, which method is the best? use device locale system 2.define a json { "ALERT_OK"="Ok!", "ALERT_CANCEL"="Cancel" } 3.define a...
View ArticleFlipX3D - wrong rotation
@baydikov wrote: FlipX3D - strange behavior.When I use FlipX3D for a sprite, the sprite rotates around of center screen.Why the sprite don't rotate around its center? Posts: 1 Participants: 1 Read...
View ArticleZOrder issue in Cocostudio generated scenes
@Farrel7786729 wrote: It seems like all nodes have both local and global zorder set to 0, if scene is created via cocostudio. Why is it so? How proper rendering order is maintained?How do I change...
View ArticleSdkbox-facebook-sample-v2 iOs 7 Not Work
@xrebrovz wrote: sdkbox-facebook-sample-v2 iOs 7 Not Work load sample can't run on ios 7 Posts: 1 Participants: 1 Read full topic
View ArticleEventListenerPhysicsContact Not Working as Expected
@rram wrote: Could someone help me, I am trying to use EventListenerPhysicsContact::create() as in many tutorial and code snippets but my onBeginContact(PhysiscContact &contact) method is not...
View ArticleEclipse activity error?
@nichlaspro132 wrote: Hi!Just implemented my android project and the lib into eclipse but got this error_: eclipserror.PNG1429x911 63.3 KB Any idea to solve it?Thanks! Posts: 3 Participants: 3 Read...
View ArticleHow to Integrate SDKBOX IAP for Amazon
@jugnu wrote: Hi, How to switch between the App Stores. or how to use Command sdkbox set store ??? Posts: 1 Participants: 1 Read full topic
View Article[SOLVED] How to trigger a method using Menu and MenuItemLabels?
@mandonguilla wrote: Hello. I'm trying to create a menu. I'm following this documentation. As for I understand, any kind of MenuItem is capable of triggering a method. I want to click a label and...
View ArticleGL verts,GL calls
@crazy_learner wrote: Hey i am new in cocos2D-X, **GL verts:846GL calls:329.3/0.034** Can any one explain the exact meaning of each values? Posts: 2 Participants: 2 Read full topic
View Article