Skip to content
  • Explore page update had me questioning stuff

    Help
    12
    1 Votes
    12 Posts
    1k Views
    CreatiCodeI
    @tao Please mark it as “for 13+ only”. We will still need to review it manually if it doesn’t pass the moderation.
  • Strict AI Moderation

    Help
    2
    0 Votes
    2 Posts
    280 Views
    CreatiCodeI
    @dan36 Hi, your project has been approved now. We appoligize for that. The current moderation setting is intentionally a bit over restricting, and we are adjusting it rapidly as we see more issues reported.
  • copy and paste bug in the editor

    Feedback
    4
    0 Votes
    4 Posts
    483 Views
    Dan36D
    @tao or you can duplicate the sprite (idk if you want to do that). It will always duplicate in the original position
  • Same explore page thing question

    Help
    2
    0 Votes
    2 Posts
    320 Views
    TheNicknameGovT
    @dan36 They have been revealed now
  • Removing Broadcasts

    Feedback
    2
    0 Votes
    2 Posts
    280 Views
    Dan36D
    @tao I don’t know if I’m right or not, but after a prolonged period of coding without touching the broadcast, it will automatically delete itself.
  • None of my projects are opening!

    Help
    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • Hello? i wanted some blocks a bit ago. Any progress?

    Help
    9
    1 Votes
    9 Posts
    950 Views
    J
    @tao i was talking to the team.
  • Regarding the "Changes to the Explore Page" Topic

    Help
    2
    0 Votes
    2 Posts
    304 Views
    CreatiCodeI
    @tao Yes, very soon.
  • hitbox and hurtboxs

    Feedback
    8
    0 Votes
    8 Posts
    917 Views
    TheNicknameGovT
    @info-creaticode @dezz-nuts If they’re saying they want the ring invisible, they can use the ghost function to make it invisible while still making the “touching sprite” function work.
  • block request when I start clone advance

    Feedback
    6
    0 Votes
    6 Posts
    598 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
    372 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
    414 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
    640 Views
    No one has replied
  • Similar Table (clone) Glitch again

    Help
    3
    0 Votes
    3 Posts
    430 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
    313 Views
    No one has replied
  • What

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

    Feedback
    2
    0 Votes
    2 Posts
    437 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
    577 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
    805 Views
    CreatiCodeI
    @alpha-tech-598cdd12 You can email it to info@creaticode.com
  • 0 Votes
    3 Posts
    611 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.