setNormalSpriteFrame covers attached label
@mpmarth wrote: Hi there,I ran into an issue building a menu with MenuItemImage and LabelTTF. The menu is intended for the answers of a multiple choice quiz. The labels for the answers get randomly...
View ArticleHow to make selectable ListView?
@JustFreeman wrote: I need make listView to select server from list. But when I add labels to List it's not selectable. How to make label in listview selectable? Posts: 4 Participants: 2 Read full topic
View ArticleTextFieldTTF not displaying
@Zukias wrote: I can't seem to get cc.TextFieldTTF to display. The menu shows just fine... code is below: var addressTextField = new cc.TextFieldTTF("", cc.size(100,50), cc.TEXT_ALIGNMENT_LEFT); var...
View ArticleNot compile android Ndk build failed! CCDevice-android.cpp
@jonatas wrote: make: Entering directory /Users/Jonatas/Documents/Developer/Code/zone5/proj.android'[armeabi] Gdbserver : [arm-linux-androideabi-4.9] libs/armeabi/gdbserver[armeabi] Gdbsetup :...
View ArticleNothing works on iOS. Not even HelloWorld
@MattP wrote: I download the javascript code, e.g. cocos2d-js-v3.10.js from the downloads page, for web development. If I try to view the hello world example on an iPad through Safari it doesn't work....
View ArticleHelp with Spritesheets
@xjose97x wrote: Hello! I have some spritesheets in .png format. I wonder how can I make an interpreter for this spritesheets? This is one of those images. I got other spritesheets with the exact...
View ArticleSDKBOX.iAP.init not work in js
@DevilNG wrote: after SDKBOX.iAP.init the black screen in the error logs no Posts: 5 Participants: 3 Read full topic
View ArticleRandom font artifacts
@larsven wrote: Hi, We are seeing strange font artifacts appearing randomly, both in emulators and devices and on all platforms we are using (Android, iOS and win32). We have seen it all the way from...
View Article[Solved] Where's the cocos2d-x API reference?
@qwpeoriu wrote: I checked this URL but I can't find the API reference online, am I looking in the wrong place? Posts: 5 Participants: 2 Read full topic
View Article[SOLVED] Changing physics body during animation?
@matthewlehew wrote: I'm putting together a project in Cocos2d-x, and I'm trying to have a sprite change its physics body with each frame of the sprite sheet. I know that this is remarkably...
View ArticleaddComponent vs. setPhysicsBody methods to add a physics body to a sprite/node
@rram wrote: I've noticed in the TestCPP sample code for Physics using the sprite->addComponent(myPhysBody) method, while in the past it used to be sprite->setPhyscisBody(myPhysBody);I looked...
View Article[SOLVED] Back from local notification -> game freez (Cocos2d-JS 3.8)
@AndreyFomin wrote: Could you please help me, I'm completely stuck:I declare local notification on Android. Clicking the notification brings me back to game, but it freez. Event "game_on_show" is not...
View ArticleBest texture format for web art
@kaotiklabs wrote: Hi mates, Im coding a cocos2d html5 game and I need to reduce as much as possible the art size.Im using texturepacker and I have create an atlas with it. Which is the best texture...
View ArticleLogout doesn't work in SDKBOX Facebook plugin?
@aardvarkk wrote: I'm trying to call the logout() function in the SDKBOX Facebook plugin. The call seems to work, and the next time I try to call login() through the plugin it brings up the Facebook...
View ArticleHow to solve "Assert failed: the element in Vector isn't a native object."
@Rahulkrishna wrote: Console: listening on 0.0.0.0 : 6050Console: listening on 0.0.0.0 : 6060Ready for GLSLReady for OpenGL 2.0 { gl.version: 4.0.0 - Build 10.18.10.4276 gl.supports_NPOT: true...
View ArticleVirtual keyboard appears on launch on phone
@dutchiedave wrote: Hi, I have a simple game that works perfectly on Windows 10, but when I launch it on Windows 10 mobile the virtual keyboard appears on launch (I can dismiss the virtual keyboard...
View ArticleWhere are the Samples and Cocos Store gone from CocosStudio 3.10?
@Meir_yanovich wrote: Hello i noticed that the screen which present the examples and the CocosStore are gone in the new 3.10 version i mean this thing in 1:08 where are the examples in the new...
View ArticleHi, Anyone knows about how to let cocos2d-x activity running along with...
@xiongzhend wrote: Hi Everyone, I am trying to display some text with animation during video playing, just like Bilibili.com, so I need to let my cocos2d-x activity cover another native activity, is...
View ArticleWebView in Android does not load URL
@JakeMN wrote: Hi,I have a small project that is simply trying to create a WebView and display a webpage. The WebView widget shows up, but the website does not load or does not display. Any help would...
View ArticleCannot make PluginSdkboxAds to work
@lito88 wrote: Hi,I am having a problem with the mediation plugin from sdkbox. I am currently testing it with only chart boost and is not working, it seems to be a problem with the configuration file...
View Article