Trouble with obstacles
@Breve wrote: Could you help me to do the same but in Y(VERTICAL)? I really appreciate that... the code posted is like a image, but i want to PUT THESE PIPES IN HORIZONTAL(X). #include "Pipe.h"...
View ArticleShader cpp test Basic shader crash after upgrading Samsung Edge to Android 6.01
@valentin_vit wrote: Shader cpp test Basic shader crash after upgrading Samsung Edge to Android 6.01 .Still the advanced shader is working.I will add later the adb logcatI am using cocos2d - x 3.10...
View ArticleLatest manual for build native library
@heximal wrote: Hello.I can't build native cocos2d-x library with Cocos2d-x 3.10I tried to use different manuals but the directory structure of generated project (by setup script) also differs.So can...
View ArticleHow do Linux users test Cocos2d-x applications for Android?
@Gdrop wrote: I tried to test cocos2d-x apps on AVD but they didn't work on them. But it is necessary to check how it looks on different screens (I have only one physical device). On Windows there are...
View ArticleHas node been successfully added to layer
@Penetrator wrote: Does exist any way to detect that node has been successfully added to layer?In cocos2dx 3.10, for spine::SkeletonAnimation onEnter or onEnterTransitionDidFinishCallback doesnt do it...
View ArticleHow do i fixed this vertexZ alpha transparency issue?
@eydamson wrote: hi, i made my own tilemap parser and able to set it up in the game..how ever i need to modify the vertexZ of my tiles at the object layer.. because i will have a player running around...
View ArticleCocos Studio and JavaScript?
@ZippoLag wrote: Hi, so, due to personal reasons I've been away from the game development scene for a long time. Now, I'm trying to get back on my feet and I noticed there's been many updates to Cocos...
View ArticleApp freezes when download using CURL
@minh_129 wrote: Firstly, sorry for my bad English.I trying to download file form server by using CURL, but when my app is downloading, it freezes until the download complete.Here is my code:...
View ArticleCocos2d-x 3.7 - Windows Issue
@TheDevil wrote: Hi,I have a game that is completed for iOS and Android and now I need to port it to Windows. I have Visual Studio 2013 Express setup on a Windows 8.0 PC. I opened the .sln file that...
View ArticleHow can i call a method while my key is down?
@runewather wrote: Im making a spaceship battle arena game and i need to call the fire function while my key is down. How can i do it? Posts: 3 Participants: 2 Read full topic
View ArticleD/CCFileUtils-android.cpp(15162): asset is nullptr
@NileshShripal wrote: Hi , test project is not working. I'm working on cocos2dx 3.3 and eclipse luna android project. When I run the code it gives me the following error-...
View ArticlescrollView starting position
@mpmarth wrote: Hi there, I am new to Cocos2d-js and I am trying to build an vertical scrollView with a starting position at the bottom of the view.The scrollView itself is working fine. I just don't...
View ArticleC++ as a scripting language for Cocos2d-x
@rraallvv wrote: I was googling around looking for examples on how to use C++ as a scripting language and found this: In this post the author explains how they use runtime-compiled C++ code as a...
View ArticleImpossible to create font. Please check file
@agriz wrote: I tried to use LabelBMFont. var label2 = new cc.LabelBMFont("Test", "res/fonts/bitmapFontTest2.fnt"); // testing anchors label2.anchorX = 0.5; label2.anchorY = 0.5; label2.color =...
View ArticleSetup 3D project from cocos Studio
@little77 wrote: Hi, I'm trying to setup my 3D project from cocos studio. I did a SkyBox and now I want to launch my project from WebStorm. In cocos studio I see my SkyBox but when I launch my project...
View ArticleSprite/Image Resolution Crash Windows 10
@lgmugato wrote: Hello I'm trying to get started with Cocos2d-x. When I run the game I get a crash. It works if I lower my background image resolution lower than the set resolution. I don't understand...
View ArticleHow to get back button event in windows 10 tablet mode
@NEOISBACK wrote: I am building my game for windows 10 i.It is working good for desktop mode.But in tablet mode when back button is pressed application goes into background and startmenu is pop...
View ArticleVerify if a key is pressed inside the game loop
@runewather wrote: How can i verify if a key is pressed inside the game loop? Posts: 1 Participants: 1 Read full topic
View ArticleCocos2dx code structure and coding style
@iaprogramsUP wrote: So after I find cocos I like it. I reand programmers guide, tutorials from games of scratch, but I am a little confused...Like a programmer in python and C++ I wasnt confuesd when...
View Article[SOLVED]Cocos2d-x Compile error
@hgokturk wrote: [javac] Compiling 29 source files to C:\CocosProjects\cocos2d-x-v.3.10\Kelimece\cocos2d\cocos\platform\android\java\bin\classes [javac] warning: [options] source value 1.5 is obsolete...
View Article