The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

Change of scene not working in Android

Hi i am trying to load a new scene in cocos2d-x-js version 3.0 and my code works fine in the windows simulator but on building to android it doesn't work. This is the code var scene = new ...
0
votes
1answer
35 views

How can i create a message box with callback on ok?

I need to create a message box with ok button and when user touch ok , it will have to execute a callback.I am new to this and couldn't find any articles in the doc.
0
votes
0answers
57 views

Import JSON from CocosStudio to 2dx?

I'm new to Cocos2d and trying to figure out how to use CocosStudio v1.5 for animation along with learning Cocos2dx . I'm hoping to put all the animation for one character on one sprite sheet and one ...
1
vote
1answer
361 views

difference between cocos2d-x vs cocos2d-js

I'm just moving towards native apps... A friend of mine told me to start with cocos2d, I'm good in javascript. while searching google for cocos2d, and within cocos2d-x.org i found cocos2d-x ...
0
votes
1answer
67 views

Changes to myApp.js files are reverted back to normal when the project is build - Cocos2dx

I am trying to do some changes to my myApp.js file of coco2dx project for android in eclipse but I am not able to do it. I am actually trying to change the default background image of my app. But ...
0
votes
0answers
75 views

cocos2d-html5 & cocos2d-js compatibility

Currently we are shifting towards html5 dev for a few customers and I'm wondering how compatible are the 2 javascript versions of cocos2dx (cocos2d-html5 & cocos2d-x with javascript bindings). ...
1
vote
2answers
310 views

How can I list files in a folder from JavaScript in cocos2d-x?

I need to list all the files in the res folder from a JavaScript script in cocos2d-x. What would be the most efficient way to do this? To keep compatibility with Cocos2d-html5 a JavaScript-only ...