Sure. We can adjust the language.
Posts made by info-creaticode
-
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?
-
RE: Detaching widgets from viewport
The progress bar is not “following”. It is just staying at the same position in the stage, regardless of where your sprite is or where the viewport is.
If you want the progress bar to stay with the tree, there are some other options. For example, you can add additional costumes of the tree, all with the same tree, but with an additional progress bar on top of it at different percentages. So you can change the tree’s costume in your code.
Or you can create a new sprite that’s just the progress bar at different percentages, and then move that sprite above the tree. It will stay with the tree when you move the viewport.
And another option is still use the progress bar widget, but change its position when you move the main sprite. You will need to calculate the position of the tree relative to your sprite, and calculate the position of the progress bar using that relative position.
-
RE: Detaching widgets from viewport
Widgets (like buttons/lables) always stay at the same position on the stage, so they have no relations with the viewport. What are you trying to achieve?
-
RE: Number bug in words -- feedback
The lists need to be global to be viewed on the stage. But whether it should be global or private to each clone depends on what you are trying to do. Sounds like you want to track the position of each clone, then it should be private. In that case, your code is correct, just the way you are trying to view its content is not going to work.
-
RE: This block is not present but XO AI thinks it is
The block has been removed. Now you can only set speeds, not position.
-
RE: Number bug in words -- feedback
The 2 lists “posX(tree)” and “posY(tree)” are private, so each clone of the tree has its own copy of these 2 lists. But on the stage you can only see the value of these 2 lists for the original sprite, not the lists for any of the clones.
-
RE: Any idea why creaticode stopped saving?
Please make sure you are logged in. There shouldn’t be an issue in saving.
-
RE: Blocks
Thank you for the suggestions. We will look into how to make these tasks easier.
-
RE: New feature: 3D costume editor
There are plenty of tools for creating and editing 3D models out there, and CreatiCode is mostly for building 3D projects rather than 3D modeling.
-
RE: "Clear all prints / Clear all my prints" block is bugged
Can you share an example program or project? thank you
-
RE: Folders please!
You mean a folder that contains other sprites or folders, right? That’s an interesting idea. Would it be something like this?
- You can create an empty folder
- You can drag any sprite into a folder
- You can double-click to open a folder, so you see the sprites inside that folder only
- You can move up to the parent folder by double-clicking the up arrow.
-
RE: A problem on the forum website (this) and kinda the actual website
We will ban his account more.
-
RE: Using a New Account!
Maybe you can get help from your parents or teacher? Please keep in mind that this is a public forum for coding-related topics only.
-
RE: Using a New Account!
Your old account has been banned for 24 hours due to posting topics not directly related to coding. It will be available after that, but please stick to coding related topics. thanks
-
RE: Question for the mods or BFH
That’s for experienced users who answer lots of questions on the forum.
-
RE: Translation
Thank you for the suggestion. To clarify, are you saying the code blocks themselves do not need to be in Polish?
-
RE: this is confusing and hard for me.
So what did XO say when you ask this?
“when I press the up arrow, the character does not jump up, why?”
-
RE: this is confusing and hard for me.
Great. Then you can try to ask XO a follow-up question like this:
when I press the up arrow, the character does not jump up, why?
-
RE: Thanks ya Fellas For 18 project runs on our project! check out this paper award and second award That was Given to Us! Maybe a 18 project runs special may be coming soon??????
Can you please reply to your existing topic instead of starting many new topics?
It is hard for others to see so many new topics.
Thank you
CreatiCode -
RE: Unfortunatly, Our Account wont be ailable. but i did keep my forum account, so i wil keep making posts here. New Games Soon, Doggy's Replacement, and This is Sonic Plush Show OUTTTTTT!!!!
@sonicplushshow @dreamsmp_luck
Can you please reply to your existing topic instead of starting many new topics?
It is hard for others to see so many new topics.
Thank you
CreatiCode -
RE: this is confusing and hard for me.
It is hard to tell without the rest of the program. Have you try to ask the AI assistant? See https://www.forum.creaticode.com/topic/1093/creaticode-xo-ai-assistant-explain-to-me
-
RE: New block -- "When stop sign pressed"
The key is to press the camera button when the stage is showing exactly what you want as the thumbnail.
-
RE: New block -- "When stop sign pressed"
This project shows a dog saying hello right? So when it says Hello, you can press the button to update the preview. It will become this:
-
RE: Checking back on notifications progress
Most likely, we will implement a system similar to MIT Scratch’s “messages” (https://scratch.mit.edu/messages). But this is currently behind other more urgent tasks.
-
RE: New block -- "When stop sign pressed"
If it is not working, can you share the project link? And you pressed that button while the project is running?