[Feature Request] Would be a nice with a dialogue box that appears after a...
@coindrop wrote: When pulling an update to a scene file (that you have open on your local machine) it would be a nice feature if Cocos detected the new scene and asked the user if he wants to keep...
View ArticleFacebook failed to install
@davidejones88 wrote: Hello! I just tried to install the facebook plugin with sdkbox in a cocos2d-x 3.11 project, but I get this message: $ sdkbox import facebook _______ ______ _ _ ______ _____ _ _...
View ArticleHow to mix shadows?
@panor wrote: Hi all, I have multiple shadows which are semi-transparent sprites from an original black and opaque sprite.I want to mix the shadows without make it darker when they collide. Example:...
View ArticleClass not found Exception Sdkbox android V2
@shauket wrote: I am unig sdk box facebook plugin for cocos2dx v2 after manual integration, I run project and found class not found exception. java.lang.ClassNotFoundException: Didn't find class...
View ArticleDebug static build in Visual Studio
@slavikus wrote: Hi, i try build project and i get next error:Error LNK2001 unresolved external symbol __CrtDbgReportW libcocos2d after seaching decision in google, i add in Preprocessor definitions...
View ArticleWhat is the purpose of project.properties in Android studio project?
@na299 wrote: As far as I remember, the file "project.properties" is used by ADT in Eclipse project. However I spotted it under the proj.android-studio directory and the target specified in it is...
View Article[PluginSdkboxAds] Vungle errors
@mirth wrote: I'm trying to play Vungle video ad with PluginSdkboxAds. The code: sdkbox::PluginVungle::init(); sdkbox::PluginSdkboxAds::setListener(new MyClass()); sdkbox::PluginSdkboxAds::init();...
View Articlecocos2d::ui::Button and shadow
@CrazyHappyGame wrote: Hi, How can I add shadow to button?I found cocos2d::ui::Text::enableShadow() but there is no such method for cocos2d::ui::Button.How can I get shadow effect for...
View ArticleHow to get phone's OS?
@efares wrote: Hi, Does anyone know how to get the OS of a phone to determine if it's an Android or an iPhone (iOS)?Is there something like cc.sys.os or anything like that? If you anyone knows what...
View ArticleOmetimes when I send request to fetch player image from server using...
@bpdubey87 wrote: Sometimes when I send request to fetch player image from server using httprequest, my game crashes:- gnucxx._verboseterminate_handler (vterminate.cc:95) libcocos2dcpp.so7...
View ArticleHow to use try catch in cocos2dx c++
@bpdubey87 wrote: Is there any way we can use try catch in cocos2dx to handle exception and to avoid our game to crash? Posts: 1 Participants: 1 Read full topic
View ArticlePositioning in Cocos Studio
@swap wrote: Hello,I wanted use cocos studio in our existing game for desigh UI elements and effects setup. I created simple scene with one button in the center of display. Export csb file and load it...
View ArticleMy New Game -《Greedy Digger》
@xiaobei wrote: My indie game are sold in the App Store, 《Greedy Digger》,you can search the name to download, thank you! itunes.apple.com Greedy Digger on the App Store Read reviews, compare customer...
View ArticleCocos Creater with existing C++ project
@swap wrote: Hello,I have stupid question about creator usage.I have already existing quite big project in C++ that using cocos2d-x directly. I wanted some tool to help design UI quickly.Can I use...
View ArticleHow can i use collider?
@choigawoon wrote: i just added a collider. but there is no way to get a collision detection from script. i cannot find how to do it from tutorial and this website. any help plz. i need a call back...
View Article[Game] D.C.R: Drift.Crash.Repeat
@Kotaiba wrote: I have just submitted our new game D.C.R: Drift.Crash.Repeat for Steam Greenlight. The game is developed on Cocos2d-X 3.10 for different platforms. If you happen to have a Steam...
View Article[bug] Problem with bundle.project.js file
@Danilf16 wrote: I'm trying to open my project but cocos creator can't this. And I see this in log: Error: EPERM: operation not permitted, open...
View ArticleHow to get js simulator from cocos gen-simulator command?
@yesno001 wrote: Cocos gen-simulator command create only result lua simulator. Posts: 1 Participants: 1 Read full topic
View ArticleDebug Cocos2d-js on Android using logcat and terminal
@Benzilla wrote: How do I view cc.log statements when running a Cocos2d-js application on an Android device? Running adb logcat and launching my app gives me tonnes of information about other...
View ArticleDivine Vanity example project
@jrosich wrote: Did anyone manage to successfully load this project? https://github.com/cocos-creator/divine-vanity I managed to load some scenes but cant load the full game. And the start screen does...
View Article