AdMob interstitial is cached only once
@Farrel7786729 wrote: I can cache AdMob ad only once, and after that I'm statring get "false" from sdkbox::PluginAdMob::isAvailable contineously. AdMob is set up to provide Ad once in 2 minutes and in...
View ArticleTiledMap Bug on Android device
@mechPenSketch wrote: I think there is a bug in Cocos Creator where a TiledMap is missing when built to an android device. I have created a project in Cocos Creator. It has a scene with a Sprite and a...
View ArticleHow to set opengl core profiler 3.2 for iosx
@quano1 wrote: Hi, I'm trying to use glsl v330 core with iosx and cocos2dx 3.10 lua. I investigated on the whole cocos project, but still don't know how to set opengl core profiler to 3.2 :(( Is there...
View ArticleAbout the Documentation category
@slackmoehrle wrote: This category is used to bring to light documentation issues. Posts: 1 Participants: 1 Read full topic
View ArticleBug? Plist with scientific notation returning different values in iOS and...
@bolin wrote: When you write a number like 0.0000152587890625 in a plist xcode will actually save it as 1.52587890625E-05. If you read this value from the plist using asFloat() the correct value will...
View ArticleUsing fbx-conv generate model in different place than the sw modeling...
@sefiroths wrote: hi, I have made a simple model in max, then export to fbx and use fbx-conv to use it on cocos2d but I have this problem. The eyes in cocos2d are in different place... Schermata...
View ArticleVisibleSize not the same as size of display?
@nichlaspro132 wrote: Hi again!Why is my visible size not correct? CCLOG("visiablesize x: %f y: %f", visibleSize.width + origin.x, visibleSize.height + origin.y); Output:visiablesize x: 453.333313 y:...
View ArticleCocos Creator Colliders
@ozergul wrote: Hi,I loved new tool Cocos Creator. I wanna make a platformer game. How can I add collider(polygon, box or circle) to objects. Also I cant see physic motor? Posts: 3 Participants: 2...
View Article[Game/Android] Rotorcraft Breakout - A 2D Helicopter Game
@Kay_Kay wrote: Hey Everyone Rotorcraft Breakout, is our first game and is now available on the Google Play Store. Bermuda Triangle might be a mysterious one on earth but in your 5-inch displays it’s...
View ArticleHow can I add gravity?
@ozergul wrote: Hi how can i add gravity to my Cocos Creator Game? Posts: 3 Participants: 2 Read full topic
View Article"Less triangles means more pixels saved and therefore less to draw!"
@Apollo18 wrote: The documentation for Polygon Sprites states "Less triangles means more pixels saved and therefore less to draw!", but their example clearly shows a sprite with many more triangles (2...
View ArticleKeep track of sprites in a vector
@StrawberryMoney wrote: This might be a more general C++ question, but is there a way I can apply an event listener to a vector of objects? I don't need to listen for input, just for the size of the...
View ArticleAccess a prefab propertes or method
@magicgamestudios wrote: Hi I've a scene with this code cc.Class({ extends: cc.Component, properties: { btnStarGameNode: { default: null, type: cc.Node }, btnSettingsNode: { default: null, type:...
View Articlecocos2dx Menuitems did not take touches on appstore build
@shauket wrote: Sorry to guys for this strange question,but i am facing this so i need your help.my game is working perfect on development mode like when i run my game via xcode it work properly but...
View ArticleBuzz Buzz Beeme for iOS
@RobotMonkey wrote: Finally got my iOS cocos2d-x game finished! It uses IAP, Game Center, Facebook, and Twitter. It is a puzzle game but is not another match 3. It was written in c++ although I had...
View ArticleWhat type games that can be done in Cocos Creator?
@ozergul wrote: Hi I wanna this question's answer... What type games that can be done in Cocos Creator? Posts: 6 Participants: 2 Read full topic
View ArticleIssue with simpleAudioEngine->playEffect(...)
@versailles wrote: Hello, I m trying to play a sound effect with simpleAudioEngine->playEffect(...) but that don't work. Look like, its because my mp3 is too long. I can not use...
View ArticleIdeas for distinguishing between touch types
@slackmoehrle wrote: Can anyone think of how to distinguish between touch types. I really like the Apple Pencil and I can think of some uses for it, but what if you just wanted a touch to work if you...
View ArticleFPS drops in android 6
@4li wrote: Hi! I've noticed frame rate drops in devices with android 6. Before update render time was about 0.001 second but after update to android 6 it starts at 0.005 and after some time it even...
View Articlecocos2d-x Label Load Image like Sticker-Smile..(by html or …)[SOLVED]
@HadiAbbasi wrote: hi and sorry for my english..i am using cocos2d-x (c++)...can i load sticker (smile) in my Label(a text mixed by image)?i know that we can load bitmap fonts by:...
View Article