[SDKBOX] Cannot install plugin because of app name
@fitzfoufou wrote: Hi, I am new to Sdkbox (and Cocos too). Sorry in advance. I installed Sdkbox but when I install a plugin : sdkbox import review I get : #FATAL: [Errno 2] No such file or directory:...
View ArticleMusic problem in Cocos2d-Js
@Roda1006 wrote: Greeting, I’m having trouble adding music. In gamemenager.js in RES I added this line of code res.Main_Music = "MojWeb/Cocoslite/sound/zvuk.wav"; And then I added this line of code to...
View ArticleUnderstanding nodes
@digimikeh wrote: H friends… I´m reading the official docs and i´m very happy the completeness it has, by the way, i got a regarding to node’s question: Do nodes are a kind of that what is called on...
View Articlemalloc: Heap corruption detected
@DanielRossler wrote: I’m trying to migrate a working game from 2.2.6 to 3.17 It crashes with: malloc: Heap corruption detected, free list is damaged at … When the game runs in Xcode on the simulator...
View ArticleAny tip to calculate better and faster positions?
@digimikeh wrote: Hi!.. This is my first time creating my game using 100% code (full imagination)… so i got a question, this is what happening to me: “I need to move this to the right a bit…” <i...
View ArticleHow to manipulate limbs of 3d model programmatically?
@chumbyfuzz wrote: Although most people animate a 3d model by “playing” an animation, we would like to manipulate each limb programmatically. For example, if we wanted to rotate the knee joint,...
View ArticleCocos2dx object pooling
@mhmtemnacr wrote: Hi. im developing an endless runner game and i create nodes (obstacles, coins…) in update function. But if i use object pooling do i get better performance? How can i implement...
View Articlecc.EditBox input flag paasword not working cocos2dx 3.17.2
@bpdubey87 wrote: I have been working on cocos2d js version 3.17.2. I made an Editbox and set input flag property cc.EDITBOX_INPUT_FLAG_PASSWORD for password. But when I type into it then its not...
View ArticlePanning animation for a special background
@digimikeh wrote: Hi!.. I have my background, is a long stripe, a 4096 (h) x 768 (w) .jpg file, what i´m looking is to animate panning from begin to finish and then repeat it, say: Move the bg from...
View ArticleApp installation failed
@DanielRossler wrote: A C++ / iOS project that was created with cocos, fails to run on an iPhone Xs Max device from Xcode. The following message appears: App installation failed. No code signature...
View ArticleAbout audio engine of cocos v4
@Xrysnow wrote: The audio engine of cocos, in my view, is not a good one. It has four implementation for different platforms and they are platform dependent. It‘s not flexible and dose not support...
View ArticleCC_CALLBACK_1 not working... (lambda works)
@digimikeh wrote: Hi! Im trying to program a menu, according to docs, i can trigger to function using macro CC_CALLBACK_1, but it is not working for me, This is triggering an error : MenuItemImage*...
View ArticleScaling the map / using Follow
@tranthor wrote: Hi, I’m using tiled maps and the cocos class Follow, for follow the main player around the map. The problem that i have is when i want to scale the tiled map. It works. But when i...
View ArticleHow to gets the VideoPlayer class?
@digimikeh wrote: Hi friends… I have created a cut scene and want to play it, but i could not find a way to reproduce it, i saw sonar system’s tutorial about it but looks like the experimental::ui...
View ArticleExtend Component or Node?
@craigjones wrote: I want to create some custom objects that have code associated with them for obvious reasons. It’s not clear to me if I should extend node (or the specific node type I need) for...
View ArticleCan't see a way to alter the GL configuration from lua
@Glidos wrote: I’m using just one directional light and no point or spot lights in my 3D game, so it makes the shaders inefficient to have maxPointLightInShader and maxSpotLightInShader set to one....
View ArticleBuild Apk failed cocos2d-js project
@john_daniel wrote: I’m new in Cocos2d-js, I try to build an example cocos2d-js project create by cocos console and get this error. Someone help me out this problem? Thanks. cosos2s-x 3.17.2...
View ArticleCan play music when the phone screen is turned off ?
@KimCuong wrote: Is there a way to play background music or sound effects when the phone screen is turned off? Please help me! Posts: 2 Participants: 2 Read full topic
View ArticleRandom crash on removeFromParentAndCleanup
@vdoom wrote: I have a problem! I have a ScrollView with nested layouts, buttons, and other scrolls. When I trying to delete from scene this ScrollView...
View ArticleMetal support RC0 released
@zhangxm wrote: If you are not familiar with metal support, you can refer to beta0 release. Compared to beta0 version, this version completes these work: optimize Sprite creation speed add some...
View Article