Is my understanding of the Rect class correct?
@mza_299 wrote: I wrote the following code: this.overlappingRect = new cc.Rect((this.node.x - this.node.width/2), (this.node.y - this.node.height/2), this.node.x+this.offset, this.node.y+this.offset);...
View ArticleStreaming on videoplayer
@smellypotato wrote: I have a link with wss protocal which is a video streaming url in flv format. Is it possible to stream the video on cocos creator with videoplayer component or other method?...
View ArticleCocos-BCX Bi-Weekly Technical Report (2.18–3.3)
@Summer.Yang wrote: 1*ZnJhea2vcLVgFUXfC0VVKA.jpeg738×400 Over the past two weeks of February 18th-March 3rd , Cocos-BCX R&D team has made new technical progress . 1. Completed 1.1) Successfully...
View ArticleFileUtils::getInstance() Runtime Error (3.17.1)
@MuratAlbayrak wrote: I used v3.15 until now… I’ve updated to v3.17.1 last week and realized that JNI (C++ <-> Java Communication) has been rewritten. When I try to use FileUtils I get a Runtime...
View ArticleCode after load prefab not being executed...
@rsamrry wrote: hi, I want to know whether loading a prefab and instantiating takes a lot of time and how to perform actions on the prefabs in that case…here is the code :...
View ArticleWindows Keyboard Input
@johnny2d wrote: How to use CC_CALLBACK_2? All the example code I have found appears to work without defining CC_CALLBACK_2 or they are showing all their code except code pertaining to CC_CALLBACK_2...
View ArticleForce load resource or clone object
@oziphantom wrote: So I’m using Creator but I think this is more a JS problem, although I’m actually using TS. So I have json files which hold my stats and info about units. They basically make units....
View ArticleGDPR and IP collection
@crugthew wrote: Hi, Using SDKBOX with just the SDKPlay plugin there seems to be no option to toggle the GDPR compliance settings for the user to stop the plugin collecting data, such as IP adress...
View Article[PAID] Need a Mobile App Created for my WebGame
@Elitis wrote: Cocos2D App for my webgame My webgame is http://senpa.io I need someone to create a mobile client for it in Cocos2d. I have my own custom backend with TypeScript for the servers, the...
View ArticleAvoid black borders when using both fit height and width
@Orlan wrote: Hi all, I am developing an app with Cocos Creator, and for my app it is important that the whole canvas is shown. Of course I can enable both fit height and fit width to achieve that,...
View Article3.17.1 Win10 / WinRT / UWP / Xbox templates
@chadwyk wrote: Going off the work that @CrazyHappyGame and @itchy72 (Windows10 and cocos2dx-3.16) have already done adding the Win10 templates back into v3.16 and 3.17, I have now got v3.17.1...
View ArticleCrash StringUtil::format on China Device (Redmi 6A, Redmi 6,Honor 7A)
@genix_developer wrote: I’m facing a lot of crashes about StringUtil :: format () on China Device only.Has anyone ever encountered this problem. Need help!!! Posts: 2 Participants: 2 Read full topic
View ArticleHow to dynamically load Spine animations from a server?
@EbiPenMan wrote: Hello, I’m trying to dynamically create Spine animations from code, by downloading the files from a server (remote loading, cc.loader.load to download files), I won’t be able to add...
View ArticleHow to fake 3d view in cocos creator
@nguyenpq wrote: Sorry, I’m not good at English, I want to ask how to fake 3d view for sprite as shown in the picture? bbbbb.png514×653 96.9 KB Posts: 3 Participants: 2 Read full topic
View ArticleCan't read module on android devices (Cocos creator 2.0.9)
@nguyenpq wrote: 03-26 14:10:42.969 9649 9672 E jswrapper: ERROR: Uncaught Error: Cannot find module 'NetWork', location: src/project.dev.js:0:0 03-26 14:10:42.969 9649 9672 E jswrapper: STACK: 03-26...
View Articleparallel calculations
@krevedkonet wrote: Hi team! Does the engine support parallelism? I have a cycle for processing several objects in which the same commands and checks are executed. Is there any means for paralleling...
View ArticleCocos-BCX Terminal is released, integrating web wallet, block monitor, DApp...
@Summer.Yang wrote: Cocos-BCX has released a video of its Terminal during Blockchain Games Next on March 19th in San Francisco. Cocos-BCX Terminal is launched on Cocos-BCX testnet already. It is a...
View ArticleWindow resize event
@SteinOveHelset wrote: Hi, If I open my game on a Chromebook or ARC Welder in Chrome I get the possibility to resize the window. The scene it self is still the same size, but the window will be too...
View ArticleHow to change the real resoluton ratio of the game window by javascript code ?
@xieal wrote: I wanna give the players some choices of resolution ratio (eg, 1024 * 768, 1600 * 900, 1920 * 1080) and the real window resoluton ratio would automaticlly change after the players choose...
View Articlemask displayed in rendertexture will be white.
@kms_higaki wrote: I try to display the mask with offscreenrendering, the mask will be white. sample project. (cocoscreator v2.1.0) TestMaskAndRenderTexture.zip (568.6 KB) CocosCreator _...
View Article