Thank you for the examples. We will check what’s happening.
Posts made by info-creaticode
-
RE: The ia moderation is broken ?
-
RE: Important - code being run as if there multiple copies of the sprites
OK. All clones come with a copy of the scripts. It is not clear what you are referring to. Can you make a simple example to illustrate like what I did? Thank you
-
RE: Important - code being run as if there multiple copies of the sprites
Not sure if we are talking about the same thing. This is an example of clones responding to messages even though there is no code for “when I start as a clone”:
It is shared here:
play.creaticode.com/projects/68c44068f8e2996ebfb5e1d0 -
RE: Important - code being run as if there multiple copies of the sprites
That’s not entirely true. When you broadcast a message, all clones would respond to that message.
-
RE: Important - code being run as if there multiple copies of the sprites
Thanks for the link. This is a fairly large project, and it is hard to say if the issue is in the system or in your code.
As you should already know, when you make a clone, its script is copied, so that’s expected. Are you seeing more than 2 clones when it should only generate 2 clones? For example, if you add a “print” block whenever a new clone is created, do you see many such print logs or just 2?
-
RE: Important - code being run as if there multiple copies of the sprites
Can you share the project URL?
And to clarify, is this the bug: When a new clone is created, more than 1 clone is created?
-
RE: Important - code being run as if there multiple copies of the sprites
Can you please try to confirm the issue? You can add some “print to console” blocks to confirm if there are indeed many copies of the sprites that are running.
If that’s confirmed, can you share the project link and a method to reproduce the issue? We will fix that ASAP.
-
RE: are comments supposed to look like this
We made some improvements in organizing the comments and alternating background colors.
-
RE: Japanese
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.
-
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?
-
RE: A new technology we could possibly take advantage of
We gave it some more testing and it does not always produce appropriate responses for school use. Sorry.
-
RE: POST request block
Thanks for the reminder. Yes, we do have this on our queue, but it is still lower priority compared to other tasks we are working on.
Please understand we have a small team, and we rank tasks based on the potential number of users who would likely use these features, and this POST request block is too advanced for most of our users.
-
RE: A new technology we could possibly take advantage of
Thanks for the suggestion. There are 2 issues to consider:
- It relies on GPU in the device and a large memory, so it is not clear how many school devices can support it.
- More importantly, it does not have any moderation, so the model may output inappropriate content.
-
RE: POST request block
So what would this block look like? What parameters should it take? Where would the results be stored?
-
RE: POST request block
There is already a block for “fetch web page as markdown” in the cloud extension. Can you give some specific examples for how to use this new POST block?
-
RE: users that need to be banned
Got it. We will implement a better way to ban this user.
-
RE: Bug: I don't have to pay for diagrams anymore
Yes, it is offered for free now.
-
RE: TOS loophole issue
Since the forum is under the same domain “creaticode.com”, it should be fine. thanks.
-
RE: two blocks do the same thing
The “search” block returns the index of the matched substring, so it is not always 0 or 1.
-
RE: Odd requests: Rigs
It is possible, but not simple. You will need to use mixamo to rig an avatar model first, then convert the output into a GLB format.
-
RE: Odd requests: Rigs
Then you probably need Blender: https://blender.org/
-
RE: Odd requests: Rigs
What you have described seems extremely hard to implement (otherwise we would have added it already). For most users, this should be good enough: https://www.mixamo.com
-
RE: Just need a lil help
Try this example:
play.creaticode.com/projects/688d5804ec50a3e456320103
when the text in the textbox is changed, the value of the cloud variable is changed to the new value of the textbox.
-
RE: I see there's folders...
Here is the tutorial: https://www.forum.creaticode.com/topic/2240/using-folders-to-organize-sprites
It’s in beta, so there might still be small bugs with it.
-
RE: Just need a lil help
So for them to “type” something, you will need a textbox (from widget category), and whenever its value changes, you can assign its value to a cloud variable.
-
Using Folders to Organize Sprites
When your project contains many sprites, you can use the “folder” tool to organize them. Here is how:
Create an empty folder
You can mouse over the add sprite button, and then select the “New Folder” button:
A new empty folder will be added:Enter and Exit a Folder
When you click on the new folder, you will “enter” it. Since it is empty, you will only see a “go up” icon. When you click on it, you will go back up to the starting level (the root level).
Moving sprites into and out of a folder
To move a sprite into a folder, you simply need to drag the sprite and drop it over the folder. The folder will be entered right away so you can make sure the sprite is inside it. Also, click “go up” to go out of the folder, and you will see the sprite is not at the top level anymore.
To move a sprite out of a folder, you can drag it onto the “go up” icon. After that, go out of the folder to check that the sprite has moved there:Folder Operations
When you right-click on a folder, you will get a menu of 4 choices:
The Open Folder option is the same as clicking the folder to enter it. The Delete Folder option allows you to delete this folder and all its content.
We’ll discuss the other 2 options in more detail below.
Renaming a Folder
When you choose to rename a folder, an input box will pop up for you to enter a new name:
Export and Import a Folder
You can export an entire folder to a file, including all the sprites in it. The file will have the same name as the folder, and its type will be “folder3”. So if the folder is named “assets”, then the downloaded file will be named “assets.folder3”.
You can also import a folder file into a new project. You can reuse the “upload sprite” button, and select the “folder3” file you downloaded before: -
RE: huge problem
Can you give us the project’s URL? We will look into it. This usually doesn’t happen, so it might be related to the specific blocks you are using. Thank you.
-
RE: Just need a lil help
When a cloud variable is updated by one user, all other users would see the updated value right away. Can you explain what you meant by “typing into the cloud varialbe” and how you would like to show its value to other users?
-
Presidential AI Challenge
This is a new national competition for K-12 students on AI. You can build submit a project using the AI blocks on CreatiCode to participate.
The official starting time is September, and the submission deadline is January 2026. However, if you already have an idea, you can start building or learning now.
https://orise.orau.gov/ai-challenge/complete-the-challenge/index.html#top
https://orise.orau.gov/ai-challenge/complete-the-challenge/rules.html -
RE: Problem in the code editor
can you try to save the project? It should not disappear.
-
RE: This happens whenever i go on the backdrop when there is no sensing block in it and i select the sensing category
Can you please share the project link? We will look into why that’s happening. Thank you.
-
RE: AI has an error
Most likely it was a temporary issue with OpenAI’s service. Do you still have error now?