Windows Phone Apps with Cocos Creator
@vkowalsky wrote: Is it possible to create Windows 8.1 or Windows Universal apps with Cocos Studio?I can only see Win32 in build options. Posts: 2 Participants: 2 Read full topic
View ArticleCan we add font file to our project at runtime?
@bpdubey87 wrote: I need to download file from server , and use it while app is running. Is that possible? Please show solution Posts: 6 Participants: 2 Read full topic
View ArticleSdkbox adcolony plugin crash
@jus18tin wrote: It will crash when I start the app at the second time. 06-29 18:32:15.148 2320-2346/? W/dalvikvm: Exception Ljava/lang/RuntimeException; thrown while initializing...
View ArticleCocos creator performance
@linhmai27 wrote: I have just downloaded an instance of dark slash example. Try to run it in cocos creator, but it run into a performance problem. When i change object pool to 500, and spaws in a wave...
View ArticleHow to dynamically load a tmx from the server?
@eydamson wrote: Hiwe are making a tiled map in our game but the tmx files are on the server..we load these tmx files but we are getting a string version of these files..we try...
View Article[SDKBOX - Facebook] Share image is not working!
@ptk_mine wrote: I used cocos2d-js 3.8.1. My code uses to share an image below: var btnShareLink = new cc.MenuItemFont("Share Photo", function(){ cc.log('===== share photo ===='); var info = new...
View ArticleUI button Animation Effect
@rmi111 wrote: Hi,I want to achieve effects like the following video on cocos UI::Button widget : Thing is i have manage to achieve close enough,but its not convincing and not behaving properly.My...
View ArticleSDKBOX not supporting android studio
@davidejones88 wrote: Hello! I've been trying to use sdkbox iap plugin. It runs and compiles with iOS and android project, but it does not with android-studio project. The automatic installation fails...
View Articlecocos2dx android studio crash in System.loadLibrary(libName)
@sayem_musk wrote: hi i want to use cocos2dx android studio in mac. i downloaded android-ndk-r9d, android studio 2.1.1 and apache-ant-1.9.7. cocos2dx 3.11.1 now i am successfully create a project by...
View ArticleDoes Cocos Creator support different resolution assets?
@AaronK wrote: Hi there, I'm looking into Cocos Creator for an upcoming project and I was wondering if it can support different resolution asset files? I don't mean multiple resolution display (I know...
View Article[sdkbox AdColony]listener was not called or skipped
@jus18tin wrote: I have test the official sample (https://github.com/sdkbox/sdkbox-sample-adcolony/tree/master/js) .If I set up 11 zones, the listener may not be called.Here is the log after the movie...
View ArticleProblem with change font in EditBox
@slavikus wrote: Hello, i wrote this code: editName = ui::EditBox::create(Size(200, 40), ui::Scale9Sprite::create("back.png")); editName->setFont(Localization::Instance()->getFont().c_str(),...
View ArticleCocosCreate DrawNode
@sonbkap wrote: How to draw a rectangle,line,dot.. etc like DrawNode Posts: 2 Participants: 2 Read full topic
View ArticlePrefab - dynamically creating sprite
@alxlozano wrote: Hi, looking to get feedback from the community on best practice to allocate a new sprite in the following scenario. We have a pre-fab that models a block and inside is to have an...
View ArticlePortrait Orientation for development on Linux
@damort wrote: How do I set the orientation of the game to portrait for the Linux platform? I want to develop the game on Linux, for Android, so its kind of important that the game is the correct...
View ArticleSend request read permission & publish permission two in the row?
@nbtthief wrote: Hi everyone, Like the title said, i want publish action to use facebook's leaderboard feature. I want when player logins facebook, there will be two dialog for them to accept the...
View ArticleHow can i set the limit of friends > 25
@excalibur93 wrote: Hello,The current default set is limitted to 25 friendsI read sdkbox doc but no any instructions about how to configure thatPlease help me figure out this issue?Thank you Posts: 1...
View ArticlecanvasToSave->saveToFile problem
@YuriyKan wrote: Hello. I have to save an Array of Spriteshere is my code: void DrawingGame::saveToFileCallback(RenderTexture* texture, const std::string& string) { CCLOG("--------file saved %s",...
View ArticleCan you add swipe touch property on webview
@mihir77 wrote: Hi, I load an image from my server in a webview..Now i want the user to swipe left and right to load new url. So can i add touch effect to webview. I tried this way but it didn't...
View ArticleChanging device Orientation in v3.10 and below
@bbmn16 wrote: I was looking through the previous threads in cocos2d-x forums about the topic "device orientation" but looks like their is no method to programatically change the orientation of device...
View Article