Skip to content
  • block request when I start clone advance

    Feedback
    6
    0 Votes
    6 Posts
    875 Views
    TheNicknameGovT
    @dezz-nuts What you an do is use a variable instead of the built-in clone ID system. For example: set [variable] to 0; repeat [number] times { change [variable] by 1; create clone of myself; } Afterwards, you can say: when I start as clone { if ([var] = 1) { [action] } else if ([var] = 2) { [action] } … } and so on If you don’t understand I can simplify it
  • hello I need help making code that make dezznuts

    Help
    3
    0 Votes
    3 Posts
    531 Views
    TheNicknameGovT
    @dezz-nuts Use an extra sprite to detect if the one you want to keep in the area is touching it. For example: if [sprite] is touching [object] { go to x, y // stop all movement code }
  • Weird project issue

    Help
    3
    0 Votes
    3 Posts
    616 Views
    JaecadeJnightJ
    @info-creaticode https://play.creaticode.com/projects/66c4a47b244aac89fd7c9a2f?version=1 I was looking around other posts, and I think it may be because you guys updated babylonjs. I might be wrong though
  • Changes to the Explore Page

    Announcements
    1
    1 Votes
    1 Posts
    917 Views
    No one has replied
  • Similar Table (clone) Glitch again

    Help
    3
    0 Votes
    3 Posts
    603 Views
    CreatiCodeI
    @tao Yes this is a more common way to check for key presses. We’ll look into why the first method does not work for you.
  • Happy New Year everyone!

    General Discussion
    1
    1 Votes
    1 Posts
    436 Views
    No one has replied
  • What

    Help
    1
    0 Votes
    1 Posts
    429 Views
    No one has replied
  • New 3D blocks

    Feedback
    2
    0 Votes
    2 Posts
    612 Views
    CreatiCodeI
    @alpha-tech-598cdd12 We can add the proximity-based spatial audio. For interactions, I assume you mean that when user press a key, if there is some object near by, you want to trigger an action? We’ll think about how to add that. What are the AI 3D blocks? What do they do? For extensions, we are working on that. 3D multiplayer is harder, we will post something when that’s well supported.
  • File error

    Help
    4
    0 Votes
    4 Posts
    778 Views
    CreatiCodeI
    @alpha-tech-598cdd12 This is fixed now. Please try again.
  • Black screen of death

    Help 3d animations motion helpmeplease 3d-models 3d-blocks
    6
    0 Votes
    6 Posts
    1k Views
    CreatiCodeI
    @alpha-tech-598cdd12 You can email it to info@creaticode.com
  • 0 Votes
    3 Posts
    886 Views
    CreatiCodeI
    CreatiCode is built on top of MIT Scratch, which is open source. If you search online, you should notice there are many simiar sites that are “remix” of MIT Scratch in a similar way. Our goal is to allow students who are already familiar with Scratch to use additional blocks (like 3D, AI, 2D physics, multiplayer) so they can build more engaging projects, without having to learn a completely new user interface or block syntax. The AI tools for generating images and coding help are also provided for similar purposes.
  • New extension : custom extension

    Feedback
    2
    0 Votes
    2 Posts
    471 Views
    CreatiCodeI
    @jasperleung-python-717f6cde We are working on something like this. Stay tuned.
  • 0 Votes
    5 Posts
    913 Views
    D
    @info-creaticode laggy when I open AI assistant and and when I run the movement seem to be find then lag and jitter
  • issue report

    Feedback
    1
    0 Votes
    1 Posts
    325 Views
    No one has replied
  • code snippet request

    Help
    2
    0 Votes
    2 Posts
    520 Views
    CreatiCodeI
    @dezz-nuts The backpack is fixed now. Please try again.
  • Feature request

    Feedback
    4
    0 Votes
    4 Posts
    749 Views
    CreatiCodeI
    @dezz-nuts You should be able to achieve this with existing blocks.
  • feature request

    Feedback
    2
    0 Votes
    2 Posts
    454 Views
    CreatiCodeI
    @dezz-nuts You should be able to achieve this with a few blocks of code. If you are not sure how to do it, try to ask XO.
  • dose creaticode have wiki other than the forums

    Help
    2
    0 Votes
    2 Posts
    484 Views
    CreatiCodeI
    @dezz-nuts You should be able to find all information and get help on this forum. Sounds like you are saying your editor is laggy. Are you using Chrome? Is your computer slow in general? Which project are you trying to load?
  • feature request

    Feedback
    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • Getting data from openweather API

    Help
    3
    0 Votes
    3 Posts
    607 Views
    J
    @info-creaticode Here’s the project link: https://play.creaticode.com/projects/694b937608b890c381af93e0