Chartboost integration issue - Undefined symbols for architecture armv7
@jimyu wrote: I'm using sdkbox v1.5.0.3 and install Chartboost manually.Below is the error message, could anyone give me some hint to solve this?Thanks. Undefined symbols for architecture armv7:...
View ArticleSDK box installation on template project
@padmnabh wrote: Hi,I am trying to install SDK box plugin to template project as i need those plugin in all my project.But SDKBOX is throwing some errors. Is it the right way to install the the sdk's...
View ArticleIos: How can i restrict my game in landscape mode only?
@smitpatel88 wrote: Hello,My game is in landscape mode and i want to add feature to upload photo from gallery. But due to new iOS update its only available in portrait mode. or it should be enable...
View ArticleSdkbox import facebook compile error
@ckh wrote: Hello, after using the SDKbox and successfully importing facebook, I failed to compile my project, and the following errors occurs: jni/../../Classes/PluginFacebookJSHelper.cpp: In...
View ArticleCocos2dx ScrollView with Sprites
@Lem wrote: Hello! I have a scrollView with 10 sprites in it. I added a touchEvent to the scrollView void MainScene::touchScrollView(cocos2d::Ref *pSender, cocos2d::ui::Widget::TouchEventType type) {...
View ArticleWho Wants Cocos2d-x 3D Tutorial Series?
@SonarSystems wrote: Simply put it's coming. Posts: 9 Participants: 4 Read full topic
View ArticleSDKBOX IAP Not Found method initStore and initIAP (Android)
@vinch wrote: Hi, I have troubles with IAP plugin integration. When I initialize a plugin, I see following messages in LogCat: 12-09 14:15:02.398: D/JNIBridge(28117): Not Found method initStore, for...
View ArticleFailed to open file Master.bank when implementing FMOD in my own iOS project
@stirem wrote: I have managed to use the FMODAudioEngine.h and FMODAudioEngine.cpp from the Earthwarrior3D github project in my own Cocos2d-X iOS/Mac project. The Mac target version is running fine...
View ArticleHow does one get started using Cocos2D-JS for HTML5 (or is it an abandoned...
@RedVonix wrote: I've been going through the tutorials and documentation for the past few weeks, and I must admit I am having the absolute worst luck at making heads or tails of this. Many of the...
View ArticleAndroid App auto uninstalling itself issue
@energyy wrote: Hi, we have strange behaviour with Cocos2d-x 3.81 + SDKBOX, when we do testing -> we installing app on android device from console everything works... and when we closing app it...
View ArticleHttprequest httpclient no callback fired if no server available
@cesarpachon wrote: following code works OK when server is up, but I tried shutting down my local server to detect the no-available condition and display a proper error, with no success. callback...
View ArticleMesh with verts and colors
@UKDeveloper99 wrote: I'm looking for a class in Cocos2D-x that can take a vertex array with colors for each vert. I found DrawNode but I noticed that it only creates solid color shapes such as a red...
View ArticleHow wait transition and sound effect is ended (cocos2d-x 3.4)
@AngelTestCocos wrote: Hi,I need help with cocos2d-x 3.4 framework about to know how wait an evet to finish before starting playing my level.example 1) start scene with play button (OK)2) scene...
View ArticleAssert attempting to play audio in win8.1 project on Windows10
@JohnnyC wrote: Very strange problem.My code already works on iOS, Android and Mac. With my game now updated to Cocos2d-x 3.9, using the win8.1-universal project (win32 project creates an executable...
View ArticleCc.LabelTTF not working in wp 8.0 cocos 3.5 js
@alexgg wrote: I am not able to get the stroke working I am trying with this and both are working on web: var blueColor = cc.color(0, 0, 255); var yellowColor = cc.color(255, 255, 0); var whiteColor =...
View ArticlePlayFab has gone FREE
@iQD wrote: I think this is great news for everyone dealing with IAP, multi-player, social integration or the like. https://playfab.com/pricing/ Posts: 4 Participants: 2 Read full topic
View ArticleChange menuItemLabel when touch starts
@ctapp1 wrote: Hey I can't find an answer to this anywhere. I want to change my menuItemLabel's font colour when touched. By default it scales and animates to be bigger when you first touch it, but...
View ArticleChipmunk rogue bodies don't block other bodies - plunker included
@Lupico wrote: Hello I'm migrating a Cocos2D-HTML5 project from v2.x to v3.x and the process makes me switch from Box2D to Chipmunk. I've read the Chipmunk doc and found that "kinematic" bodies are...
View ArticleWhat is the correct way to reschedule?
@daltomdesigner wrote: Hi, i want to do a reschedule, what is the best way? var timeRepeat = 5; init : function (){ this.schedule(this.repeatAgain, timeRepeat);// <---- this option?...
View ArticleCan i use eclipse rcp and cocos2d-x to make a level editor?
@yixiaoqingyuz wrote: Can i use eclipse rcp and cocos2d-x to make a level editor? Posts: 1 Participants: 1 Read full topic
View Article