[Solved] Google DFP based on AdMob ( Not Working )
@mohheader wrote: I got a new problem ,,, I am trying to add Ads through AdMob,,, But not the normal one where google send you ads from their selection, But a customized one, ( Still based on Google...
View ArticleEnabling two sided material for 3D mesh files in Cocos2D-X
@Octane_Test wrote: I am developing a 3D game with Cocos2D-X. I have converted .fbx mesh file into .c3band .c3t file format using fbx-conv tool. I have imported these files into 3Dscene and they are...
View ArticlePhysicsWorld, window re-positioning, sprite disappears (looks like it went...
@sinoka56 wrote: Hello, I'm currently using the physicsworld of cocos2d-x in a window 32 bit application, and I have a problem. I have these codes : auto scene = Scene::createWithPhysics();...
View ArticleStore last n scores and display
@prmondal wrote: Hi, I am using Cocos2d-x V3.9. What is the best way to store last n scores and display them in the game? Please help me. Posts: 4 Participants: 2 Read full topic
View ArticleHow to continue firing the onTouchBegan event
@kasweshi wrote: how do i set the onTouchBegan on a button to continue firing as long as the button is still pressed..For me the event is only firing once even though i touch and hold the button...
View ArticleHow to save game data?
@agriz wrote: http://www.cocos2d-x.org/docs/api-ref/js/v3x/index.html I tried here to search about UserDefault. But i found no result.Can you please guide me how to save game data using javascript?...
View ArticleEditBox setFontColor on GNU/Linux
@Provatta wrote: Hello everyone. I'm testing some UI elements and I faced a problem. The following code on GNU/Linux does not work, but it does on Android:editbox->setFontColor(Color4B::RED); On...
View ArticlePhysics Crash just adding Sprite Physics Body only iPhone 5
@chint wrote: Hi All, I am getting a weird issue, all I am trying to do is add a couple of sprites with Physics and I keep getting a rotation crash. It seems to add the sprites find on the simulator...
View ArticleAndroid low performance on the LG G4 (Low FPS)
@Obg1 wrote: I've tested my game on the LG G4 and I'm getting low FPS on heavy scenes.But on other devices such as the Samsung Galaxy S4 or the Nexus 7 I'm getting a solid 60FPS.What can cause this?...
View Article[Solved] Passing a Variable to a Shader
@grimfate wrote: I have a shader working that I can use to manipulate the colors of a sprite, but I am struggling to pass values to variables within the shader. Whenever I call setUniformVec2, I get...
View ArticleHow to get screen size in "Points" or the "Render Scale"?
@LuisOscar wrote: I have gone through most methods under Director and OpenGLScreen to try and get the actual render size of the device as show in here:...
View ArticleUsing Motionstreak even if Node is not moving
@jvfiel wrote: Is it possible to make motionstreak work even if Node is not moving? More Info:I was looking for an example https://www.youtube.com/watch?v=Ix72fCWVhww. But in this video/game I'm not...
View ArticleTutorials Game the same Altos Adventure
@thuydt2506 wrote: Hi guys.I want to develop same Altos Adventure game below with cocos2dx C++, I can find tutorials it where site. Thank you! play.google.com Alto's Adventure Noodlecake Studios Inc...
View ArticleProviding an offset for Follow Action
@Alwyn wrote: I'm building a football game wherein I'm having the layer following a particular player using Follow action as he moves in the game field.But the player is always centered followed.Is...
View Articlecocos2d-html for h5 game, can it encrypt images?
@shaojingkk wrote: I'm in research for h5 engine, just wondered it it can encrypt images to protect it? Posts: 1 Participants: 1 Read full topic
View ArticleProper way to run Cocos studio animation
@Farrel7786729 wrote: Here's the problem: suppose I created a custom node and added some animation to it, then I create this node. How do I run my animation? The best solution I've found so far is to...
View ArticleIs there professional cross-platform GUI for cocos2dx with EditBox, Keyboard,...
@Igor wrote: Hi guys! I want to have custom cross-platform GUI elements is app like soft keyboard, editBox etc, is there professional GUI like Qt has?Maybe paid one from third-party companies? Thanks...
View ArticleAndroid ScrollView crash after upgrade to v3.10
@ray58750034 wrote: Work fine on v3.9.Work on v3.10 ios and web, only crashed on android.Crashed when touch move ScrollView. Attached crash log:02-18 19:01:12.975 835-905/com.syntc.ruulaisj.debug...
View ArticleSaving user highScore with Facebook
@ankitdm wrote: Hi, I want to save my user highScore with facebook and to do that i have written following graph api sdkbox::FBAPIParam params;params.insert(std::pair<std::string,...
View ArticleAnimated evolution of the Cocos2d-x code base
@trojanfoe wrote: I am not sure if this has been posted on here before, however the Youtube video had 0 likes until I stumbled across it, so I figured it hadn't been posted here. Check-out this...
View Article