Thank you for the suggestion. We will be adding a few new languages over the next few months. We will consider Japanese as one of the candidates.
Group Details Private
Partner teachers
teachers from schools/organizations in partnership with CreatiCode
Member List
-
RE: Japanese
-
RE: Serious Duplication bug -- Feedback
The broadcast block should be working fine. You can try this simple test:
play.creaticode.com/projects/68b650671f1f6c01bf5cf461?version=1
When the green flag is clicked, it will broadcast the message. And when it is received, the variable will increase by 1. If there is an issue like what you described, you should see the variable increase by more than 1 each time, right?
To find out the real issue, I suggest you simplify your program to bear minimum, and also try to debug it using the “print” block in the “control” group. -
RE: Costume editor request -- feedback
Have you tried to hold down the SHIFT key and select multiple items?
-
RE: Help w/ code
Have you tried to use our AI assistant?
https://www.forum.creaticode.com/topic/1093/creaticode-xo-ai-assistant-explain-to-me
-
RE: AI image generation will not work
The image generation tool is working fine, but it has a strict safetey check, so it might be your requests are failing the test.
-
RE: How would i split by emoji?
Maybe you can split each item in the list by SPACE, then the first part will be the emoji? And the rest of the item will be the name?