JS - Not working in android - App got closed
@agriz wrote: var MenuLayer = cc.Layer.extend({ ctor:function () { ////////////////////////////// // 1. super init first this._super(); var size = cc.winSize; var sprite = new cc.Sprite(res.bg_2);...
View Articlecocos2d-x Nacl support?
@sebesbal wrote: Hi all!We have a cocos2d-x 2.2 app for multiple platforms, including Chrome-Nacl. We would like to switch to cocos2d-x 3.8, but as I see, Nacl is not supported. Is there any chance it...
View ArticleCocos Studio Callback Feature
@dirtyshadows wrote: Hello,i use this tutorial and everything works fine, but is there a way when you pressed the button to call functions in my main class (HelloWorld.cpp).Тhanks in advance. Posts: 1...
View ArticleAsset Manager only native?
@Edisoni wrote: Asset Manager work only native? How load resources in web? Posts: 1 Participants: 1 Read full topic
View ArticleSDK Box new features explenation
@framusrock wrote: I just received an email about an updates SDKBox Version, it has the following bullet points and unfortunately I couldn't find any further details about them. Can somebody here help...
View ArticlePlayphone Store
@Victor_K wrote: Any success stories? Is integrating their SDK worth the effort? Btw, on their website I see the following:Playphone utilizes Cocos SDKBox capability to make it easy for developers...
View ArticleCocos2d-js Problem with setOpacity on Sprite
@BennyB wrote: Hi All, I'm having a small issue with setOpacity on Sprites. I'm using cocos2d 3.9. Basically what happens is if I set the opacity of the Sprite directly after adding to another node...
View ArticleImages in ScrollView flickering during movement in fullscreen win32
@Qtro wrote: Hi devs, I'm having a bit of a deal breaker problem with cocos2dx regarding visual performances. I'm developing in C++ for win32 using fullscreen mode.I have a ScrollView with a...
View ArticleHow can I make a sprite based animation using Cocos2d JS?
@archatas wrote: I am learning Cocos2d JS, but I can find very few tutorials and I find the documentation very vague. I can put a simple image on a layer like this: var sprite = new...
View ArticleCocos2d-html5 no activity
@nbesshaposhnikov wrote: There is no activity on сocos2d-html5 repo for about month.But it's not he worst: some api doesn't correspond the cocos2d-x jsb.Does what ever activity is expected at html5...
View ArticleSDK Box Windows 10
@zelion wrote: Hi all.Is there any possibility to implement sdkbox to Windows 10 ? Posts: 1 Participants: 1 Read full topic
View ArticleChatboost cross promotion example
@Likon wrote: Guys how to use chartboost with cross promotion? I don't see any type that refers to that. How I should do it? Some tutorial please, some example please. Cheers! Posts: 1 Participants: 1...
View ArticleLeak with extended vs not extended
@alexgg wrote: Hello, We are experiencing a leak when using a custom sprite extended from cc.sprite.The same code using cc.sprite directly does not leak.I attach our testing code:...
View Article0xc0000005 exception visual studio wp 8 cocos2d-js 3.5
@alexgg wrote: Hello, Sometimes I get this exception when using windows phone 8 that the same piece of code does not crash on any other platform (not even 8.1).Has some experienced something like...
View ArticleCcui.Button in not touchable on Android 5.0
@k0rs4r wrote: Hi all!I found issue on latest Galaxy S5 with Android 5.0 in default browser.My game is not touchable after loading and showing main menu. This is not throw any errors, and game works...
View ArticleUndefined CC_CALLBACK_0 / 1 / 2. From Cocos Tutorials
@JETeran wrote: Greetings. I am following the tutorials from the Cocos website, and so far so good. But now, I came with a problem. In this code: auto listener = EventListenerKeyboard::create();...
View ArticleJoystick and Keyboard support for Desktop
@eventhorizon02 wrote: Hi all,Not sure if the latest version of cocos2dx supports Joystick and Keyboard inputs for desktop games.If it does can someone point me to a tutorial on how to go about it.I...
View ArticleCocos Studio failed to create the project
@DIMA_N wrote: Hi there! I am new to this and I'm slightly confused with one error in studio. I use cocos studio 2.3.3. The engine cocos 2d-x 3.9. I set it up from zip-archive through setup.py. ANT,...
View ArticleSetting up a new project
@j1230xz wrote: Hello there. Been a while since the last time I have visited these forums I am trying to build cocos2dx on windows 7(x64) and having some issues. I have tried installing VS2015 express...
View ArticleWindows app with embedded Cocos view... possible?
@l99057j wrote: The application I am writing is not a game, but does require many of the features one would use in a game... displaying a 2D scene, moving the camera to pan and zoom, rotating or...
View Article