How to add control point for scaling or rotating image with touch event?
I want to implement a feature like other camera app into a desktop browser game, that can let use drag some stickers on top of the photo. When user tap the sticker, there are some control points...
View ArticleProblem after build android cc 2.4.3
I have this problem after build in android platform . My game runs normally in the browser image1892×689 57 KB 3 posts - 2 participants Read full topic
View ArticlePoll: Would you develop with Cocos Creator for Linux
Would you develop with Cocos Creator for Linux? Yes No Maybe, I currently use another OS I am happy with 0 voters 2 posts - 1 participant Read full topic
View ArticleCocos Creator Web-mobile option un-selectable
I am using Cocos Creator 3 In the build options, Web Desktop option is selected for me. I can not change it to web-mobile Documentation seems to suggest i should be able to do so. Is there impact on...
View ArticleCC 3.0 - Take a screenshoot and get Base64 data.
Hello everyone, I need help to writing a screenshot function and return base64 data in CC 3.0, like function below. Does anyone have a solution for this? Thank you !!! 1 post - 1 participant Read full...
View ArticleHow to set screen size in Cocos 3
I am using Cocos Creator 3. I don’t see an option set the screen size. Previous version I could do it from the canvas. Now there is no canvas in the scene. May I know how to do this? 2 posts - 2...
View ArticleDestructible Terrain example in cocos creator
How to create Destructible Terrain in cocos creator 1 post - 1 participant Read full topic
View ArticleInput coordinates to UI(Canvas) coordinates
Hello. I want to do an onscreen joystick that will appear in touch\mouse location. (basically, when I touch\click a sprite should appear under exact finger\mouse location) For some time I’ve been...
View ArticleStatic Linked Visual C++ Runtimes
Hi, Is there a way to set a up a cocos2d-x v4 pc project so that it can be compiled with the visual c++ runtimes compiled in as static libs, not as runtime dll’s. I’ve had a bit of luck using the...
View ArticleSkeletalAnimation frame event
I imported an animated FBX, it’s a soccer player which will kick the ball. I would need to add a frame event on the animation (when he actualy touch the ball), but i cannot do anything since it’s...
View ArticleHow to detect end of animation
I am using Cocos Creator 3 I have FBX model with an animation. I get hold of the animation; public onLoad() { this._ballAnimation = this.node.getComponentInChildren(Animation) as Animation; } I play...
View ArticleWidgets Not Working with NO_BORDER
It seems that if both Fit Width and Fit Height are UNchecked, or the resolution policy is set to NO_BORDER, then nodes with the Widget component aren’t aligned properly. It’s as if the Widget...
View ArticleHow Can i add Box2d in cocos2d-x 4.0?
I should use the file CMakeLists.txt 1 post - 1 participant Read full topic
View Article(Physics) High screen resolution / frequency causes high friction?
Hi all. I’m using Cocos Creator 2.4.4 Recently our game behaves weirdly on our new device Galaxy S20 Ultra 5G - which has screen size = 1440 x 3200 - frequency = 120Hz. After stop pushing, all our...
View Article[Game] Fight Club - Published
My latest game Fight-Club is now available in Android play Store. Please download folks, and let me know your feedback. play.google.com Fight Club The theme is based on a famous old fight-club in...
View ArticleHow to combine 2 tweens
I am using Cocos Creator 3. I have a wheel spin animation. 1st tween start the wheel, 2nd tween keep it spinning. this._wheelSpinStartTween = tween(this.node) .by(5, { eulerAngles: new Vec3(0, 360, 0)...
View ArticleAdmob intergration for android cocos2dx version4.0
Need help… I wanted to integrate admob for android in my cocos2dx project,i’m using version-4. I found all documentation that used “proj.android-studio/app/jni/Android.mk” this file,but in my project...
View ArticleBest practice for referencing SpriteFrames in AutoAtlas?
I have a group of Sprites that will be compiled into an Auto Atlas at build, and I have placed a reference to the .pac file in my code. I would like to reference the each sprite individually though,...
View ArticleIs there any solution to open WebView on iOS/Android app?
Hello, we use WebView component in our project based on CC 2.3.3 and it works fine if we build web-mobile/desktop application, but it doesn’t work on native platforms such as iOS/Android. Is there any...
View ArticlePossibility to make 2D game on Cocos Creator 3.0
I would like to make a 2D game on Cocos Creator 3.0, is it possible? and how to if yes. Thank you. Brian 1 post - 1 participant Read full topic
View Article