Quantcast
Channel: Cocos Forums - Latest topics
Browsing all 17070 articles
Browse latest View live
↧

How to clone a sprite?

@agriz wrote: Sir, for(var i = 0; i < 4; i += 1) { sprite = new cc.Sprite("sameimage.png"); this.addChild(draggable); } So, I create the same image for 4 times.And i need to create those four...

View Article


About Spine Data cache

@StanLeung wrote: Hi All, I am using 3.10 lib and I am trying to solve a problem about how to cache Spine Data. Right now my idea is to create a global map object as a cache, then in my new game...

View Article


Visual Studio Intellisense to Cocos2d-JS

@Gurigraphics wrote: How to make Visual Studio search and autocomplete Cocos2d-JS code? Show this: "intellisense was unable to determine an accurate completion list for this expression, The provided...

View Article

CCDownloader not rename file on success callback

@namkazt wrote: Hi everyone, i'm trying to use CCDownloader to download image file but it sometime not rename file from XXX.jpg.temp to XXX.jpg on success callback. code i'm using from...

View Article

How to use Flurry in Cocos 3.7 JS project

@efares wrote: Hi, I followed both instructions SDKBOX installer and Cocos Helper (JavaScript) and then followed the instructions to install Flurry Analytics and looked at Flurry sample but I'm still...

View Article


IAP possible bug (EXC_BAD_ACCESS)

@ThunderStruct wrote: I keep getting EXC_BAD_ACCESS errors (code 1) randomly as I change scenes in my app. The one thing in common with all these crashes is that they're IAP-related. I tried using...

View Article

Resource Timeout management

@SaGaR wrote: Hello all, I'm new to Cocos2d-js. I have developed one game and hosted it on heroku server.Sometimes some of the resources gets timeout while loading. Is there something i can do to...

View Article

There is a delay when I try to play effects on Android

@aleksmutlu wrote: Hi! I have a problem with playing sound effects on android. In my game player taps rapidly on the screen and after each tap I would like to play an effect. (I am using Cocos2d-x...

View Article


Cocos2d-x + Visual Studio Enterprise 2015 + Windows 10 Mobile

@Delodax wrote: Hi! So, I've started developing a game on the Windows 10 Mobile platform, using Visual Studio Enterprise 2015 as my IDE. In general, everything seems to work quite alright, but there...

View Article


JniHelper error: Failed to find static method id of

@nichlaspro132 wrote: Hi! So I am about to call java func from cpp in cocos2d-x using this code: void HelloWorld::menuCloseCallback(Ref* pSender) { JniMethodInfo t; if...

View Article

Image may be NSFW.
Clik here to view.

Jsapi.h not found

@pwinward wrote: I'm using cocos2d-x 3.9. After importing iap, I see the following successful message: Copyright (c) 2015 SDKBOX Inc. v1.0.0.2 downloading package...

View Article

Image may be NSFW.
Clik here to view.

Isometric vertexz problem with sprite

@robertnn wrote: Hi friend i want to know if somebody can help me to resolve my problemi wanna make a city simulator in a isometric way but i cant figure out what happened as you can see, when the...

View Article

Multiple andoid project in eclipse import libcocos2dx, already exists?

@sefiroths wrote: Hi, I'm using cocos2dx 3.9, I follower the tutorial: http://www.cocos2d-x.org/wiki/How_to_Build_an_Android_Project_with_EclipseThe first time I jave successfully made it.Now I'd like...

View Article


How do you store data on android devices?

@nichlaspro132 wrote: Hi! How do you store your game data on android devices. I know there is UserDefaults but I do not know if that is the smartest thing I do not want the user to be able to change...

View Article

Image may be NSFW.
Clik here to view.

SonarFrameworks.h not included. But i have included it?

@nichlaspro132 wrote: Hi! I have just added the SonarHelper to my android project and I have done what the guy said in their tutorial video for the integration but whenever I try to compile the...

View Article


Create sprite or Texture2D from TextureName on OpenGL

@namkazt wrote: Hello, As title, i want to ask how to create a Sprite or Texture2D from a texture name already with OpenGL. More details is : I have capture image from Java code then pull it to a...

View Article

MMO framework based on cocos2d-x

@Xandev wrote: Hi guys,Collapsed Team have just released free & open source MMO game engine called Collapsed Engine. For more information, please go to our repository...

View Article


How to disable screen orientation change?

@D3F84U wrote: Hello, this is my first post here and I am new to Cocos so hello everyone! I am using IntelXDK and Cocos2d-JS. My target platforms are Android, iOS and Win, but I will be happy if it...

View Article

Flurryanalytics conflicts with appodeal

@DevilNG wrote: Hello! How can I fix it? It needs both services (( Posts: 1 Participants: 1 Read full topic

View Article

[SOLVED] HelloWorld error: libpng error: CgBI: unhandled critical chunk

@cei wrote: Until yesterday my project (which uses cocos2dx 3.9) worked fine, then all of a sudden it stopped loading sprites. Now, whenever I try to load a sprite it fails (but does not crash) with...

View Article
Browsing all 17070 articles
Browse latest View live