Cocos Creator 1.0.3 released!
@slackmoehrle wrote: Cocos Creator 1.0.3 released! We are excited to release version 1.0.3 of Cocos Creator. Cocos Creator is a new, unified, development tool that handles every step in the game...
View Article[SOLVED] SDKBOX google play can't submit score
@Tackyle wrote: Hello, I'm doing my first project with cocos2dx and i would like to implement google play services. I can sign in with my google account but when i try to unlock an achievement the log...
View ArticlePoll: Remove VS 2013 support?
@slackmoehrle wrote: Hi Everyone, Can you take the time to read these questions and let us know your thoughts? Remove VS2013 support, just support VS2015. 2015 is more friendly with c++11, reduces...
View ArticlePoll: Remove Android ADT support
@slackmoehrle wrote: Hi Everyone, Can you take the time to read these questions and let us know your thoughts? Remove Android ADT support. Now there is proj.android for Android ADT (based on Eclipse),...
View ArticleSdkboxads - various random crashes and inconsistencies on Android
@rob_type25 wrote: Hi there Using Cocos2dx 3.1 and the latest versions of sdkboxads (adcolony & chartboost). Having a whale of a time with getting sdkboxads working consistently on Android. On iOS...
View ArticleHow could we capture screenshot with Cocos2d js
@linh232324 wrote: Hello, I have problem with capture screenshot on cocos2d js. I used cc.utils.captureScreenshot and i worked on cocos2dx , but i don't know how to use it on cocos2djs. Does any one...
View ArticleHow to display hover state of button
@huyhungkun wrote: I want to change button style when I hover a button in win32. If I use containsPoint method to check location of cursor is in button or not, it work when object is topmost, if...
View ArticleTexture2D vs Render Texture performance
@jmclaveria wrote: Currently my game is overlaping a few textures to draw the main character. Each texture has the same number of frames. For example, the character is drawn overlapping a frame of a...
View ArticleJS resource loading strategy
@Victor_K wrote: Hi! I'm developing a web game with cocos2d-js and here's my problem: I load all graphical resources on start (enumerate them in resource.js) and then use them in several scenes. When...
View ArticleCocos2d-x v3.11 released!
@slackmoehrle wrote: We are happy to announce the release of Cocos2d-x v3.11! This release brings bug fixes and API maintenance, as well as: * upgrade Chipmunk to v7.0.1.* use new memory model in JSB,...
View ArticleInvalid IAP Item Name
@calkinssean wrote: I would like to create a new post and am unable to find a spot for it. Perhaps my question has already been answered though. I am working on in app purchases. I have them set up in...
View ArticleChart boost ads not showing
@muskovite wrote: Hello y'all, I'm trying to get chart boost to work on my app. I'm currently using test ads on chart boost as my app is not in stores yet. The call backs are telling me that the ads...
View ArticleHow to update to cocos2d-js 3.11
@huyhungkun wrote: I see cocos2d-x 3.11 released, how to use cocos2d-x 3.11 with js project, thank Posts: 1 Participants: 1 Read full topic
View ArticleAnimation Curve Editor Window closes unexpectedly
@coindrop wrote: Besides from being very hard to work with, the "Editor Window" often closes by itself when I am adjusting an animation curve. I cannot reproduce it but it happens daily. Some times it...
View ArticleHow to use facebook to invite friend with custom text
@nbtthief wrote: Hi everyone, I try to invite a friend with a custom text. For Ex: Hi friends i just got #highscore in this game, can you beat me! With the normal inviteFriends(...), i cannot do that,...
View Article[HELP] Creating server together with cocos2dx
@nightrobin wrote: Good day, I am trying to implement my own server inside my game. Example is like "Bombsquad & Minecraft Pocket Edition" where the user can just be the Host and the other users...
View ArticleAndroid linker error (NDK10e) Undefined reference to cocos2d::ui
@rob_type25 wrote: Hey I was having issues some sdkbox and some random crashes so decided to upgrade to ndk10c. I'm now having linking errors when using cocos2d::ui error: undefined reference to...
View ArticleSupporting IPv6-only Networks
@zhangxm wrote: As apple required to support IPv6-only Networks since June 1, 2016. So we need to make sure cocos2d-x can work on IPv6-only Networks. And i created an issue for it. We will fix the...
View ArticleAsync methods on native platforms(Android)
@oleg_karman wrote: Hello. In my project I have many json files and I need to use ccs.load(json_file) to get actions and nodes from it. And my question is: can I use ccs.load(json_file) in async while...
View ArticleCocos2d-x-3.11 linux default project
@SpaghettiCoder wrote: Hi, everyone! I have loaded a new version of the cocos engine and created default application. Then I have tried to build and run it using cocos utility but I have got the...
View Article