Proper way of moving physics object in path Box2d?
@nichlaspro132 wrote: I am creating a game where there are needs for obstacles but these obstacles have to move in a path which I don't know the proper way to make.The obstacle has the be a box2d...
View ArticleCan't display 3D obj in cocos2d 3.10, but work on 3.8
@windbk wrote: auto ball = Sprite3D::create("res/box.c3t"); ball->setTexture("res/box.png"); ball->setPosition3D(Vec3(getContentSize().width/2, getContentSize().height/2, 0.f));...
View ArticleSDKBOX...unfortunately again!
@alchimya wrote: I have seen that there are many posts about this topic because, actually, social and digital stores integration are "vital" in a game.I read a (non?) official post about an SDKBOX...
View ArticleBasketball demo
@felipesaruhashi wrote: Hey guys! I did this game on cocos2d-js. https://github.com/felipesaruhashi/BasketballCocos I did some things that only runs on web, i was trying to make this work okay on a...
View ArticleTutorial “Quick Start:Creating your first game” scoreDisplay not linked
@MikeFromMars wrote: Hi..., here comes my next problem with the "Quick Start" tutorial. When I add the scoring, my score is not linked to the scoreDisplay...
View ArticleVisual Scripting ? ( ex: BluePrints )
@luke2125 wrote: Hi, A while back ago, there was a questionnaire regarding Cocos Creator, and one of the questions, was regarding Visual Scripting for Cocos Creator...Is this something that the...
View ArticleError: cannot open include file 'afxres.h'
@agostta wrote: Hello, I'm getting this error when a try to compile my cocos windows project. 3> libjscocos2d.vcxproj ->...
View ArticleGame on PC web browser vs mobile web prowser
@joneill4x wrote: Hello all, I made a preliminary game and put it on a website. You can play it here: www.toroidal.net23.net The game works fine in any PC web browser. However, in my mobile web...
View ArticleHow to create animal puzzle game for kids
@vijayan wrote: hi i want to create kid game cocos2dx in android Posts: 3 Participants: 2 Read full topic
View Article[cctools] I introduce a useful tool to create cocos actions
@sincntx wrote: When I developed cocos games, I faced similar problems. Typically, there is always cocos action. To create cocos actions is complicated, because a cocos action includes another actions...
View ArticleMP4 video from the server not play
@useful wrote: Hello.I am trying to play MP4 video from the server on ipad, but the video does not play.If you try to play video located locally, no problem.MediaPlayer.framwork added to the project.I...
View ArticleLight and vision with Cocos Creator
@ChePhan wrote: I'm fiddling around with a titled map and want to add a day and night cycle with light effects (getting dark at night) to it. There are a couple of demos what light and vision effects...
View ArticleFixed connection between several Physics3DSprites
@flob wrote: Hi all, I wanted to create an Object with several 3D Sprites, each with it's own rigid body for collision detection. When using flexible connections, it's obvious that physics constraints...
View ArticleI have created a no of sprites and added them to the scene with the same...
@MaheshAmbati wrote: Continuing the discussion from Memory deallocation in Cocos2d-x: zygmuntix: Hi, I would like to ask You how the objects must be relieved/disposed, how can I destroy unused objects...
View ArticleHow to create a button without image
@jdboss wrote: how to create button without image it is not displayed..i give color to it Posts: 2 Participants: 2 Read full topic
View ArticleButton not display if there is no image
@jdboss wrote: auto buttt = ui::Button::create(); buttt->setPosition(Vec2(windowSize.width/2, windowSize.height/2)); buttt->setColor(Color3B::GREEN); buttt->setTitleText("heeee");...
View ArticleBuild error in android
@jdboss wrote: In file included from jni/../../Classes/HelloWorldScene.cpp:1:0:jni/../../Classes/HelloWorldScene.h:5:22: fatal error: UIButton.h: No such file or directory #include ^compilation...
View ArticleHide Android navigation/status bar
@agostta wrote: Hello, How i hide navigation/status bar in my android game? I'm using Cocos Creator with JavaScript. Is there any solution using only JavaScript? Or i will need implement an android...
View ArticleAppodeal Crash : No static method checkSelfPermission
@hg_tom wrote: After updating to the latest version of Appodeal to their latest sdkbox version I started getting this error on coming from the SDK. Any suggestions? Thanks,Tom...
View ArticleTriggering and stopping sprite sheet animation
@torturedchicken wrote: Hi,I have a walking person my game. However I'm using RepeatForever to animate. The animation continues even if the person stops walking. What is the recommended way to...
View Article