Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode
    1. Home
    2. Help
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • info-creaticode

      Frequently Asked Questions
      • CreatiCode

      1
      0
      Votes
      1
      Posts
      483
      Views

      No one has replied

    • Not seeing the same view in Code Editor as the lesson
      • Connie Dunn

      3
      0
      Votes
      3
      Posts
      360
      Views

      C

      @info-creaticode I just figured out my error. Sadly, it is embarrassing but something my students do more than I like. I was coding my sprite under the stage section not with the sprite. I’ve moved the code and now it works. I am eye rolling myself while laughing. Thank you for reaching out (also, I am not sure why my screenshots did not post originally).

    • Meester_H

      Add a 2D sprite over a 3D sprite
      2d overlay 3d 2d-blocks • • Meester_H

      3
      1
      Votes
      3
      Posts
      472
      Views

      Meester_H

      @info-creaticode

      Thanks a lot!

    • B

      What are reward points doing?
      • Bruhisch

      4
      0
      Votes
      4
      Posts
      403
      Views

      info-creaticode

      @bruhisch-gmail said in What are reward points doing?:

      And what can I do if I got rewarded?

      We are still experimenting with a few options. Will announce more details in the future.

    • Tyller_

      Reference a Clone
      • Tyller_

      6
      0
      Votes
      6
      Posts
      554
      Views

      info-creaticode

      @jaysen4games-gmail

      Yes, that’s most likely due to a timeout from a long idle period.

    • Tyller_

      What is wait # frames based on
      • Tyller_

      2
      0
      Votes
      2
      Posts
      242
      Views

      info-creaticode

      @jaysen4games-gmail

      Hi, the wait block simply waits some time, and the time period can be specified by different units, where a frame is assumed to be 1/60 seconds. It does not account for the actual number of frames since it does not have that information.

      If you need to run some code at fixed intervals, a better choice might be this block:

      a3ace60e-f760-427f-b415-e1cf9b179f67-image.png

      This block will try to run a new iteration by the fixed time interval, no matter how long it takes to finish each iteration.

      If that does not work for your project, please share the project with us, and we can probably figure out a working solution for you.

      CreatiCode Support

    • Tyller_

      What does set dominance group do in 2D physics
      • Tyller_

      4
      0
      Votes
      4
      Posts
      342
      Views

      info-creaticode

      @jaysen4games-gmail

      You are welcome. There are just too many possible values to show them in a dropdown.

    • Tyller_

      Issues with putting a list into a text box with \n as divider
      • Tyller_

      15
      0
      Votes
      15
      Posts
      1032
      Views

      info-creaticode

      @tyller_

      We can confirm the textbox will not handle the \n separated string on iPads as new lines at the moment. It is added to our list for future fixes. Thanks for reporting this issue.

    • blakelanden112-gmail

      XO Chat isn't working
      • Boss Snurp of all Miitopia Miitopians

      6
      0
      Votes
      6
      Posts
      646
      Views

      info-creaticode

      @blakelanden112-gmail

      Yes, it is still in Beta test, and we are improving it based on user feedback.

    • makargoreley-gmail

      How to make a preview for creaticode project?
      • Qewe

      9
      0
      Votes
      9
      Posts
      636
      Views

      makargoreley-gmail

      oh… I found it in my 2D project and it woks! Thanks for helping me, guys! For leting me know that
      this butten even exists, thanks!

    • Tyller_

      How does Map XY to XYZ pos on object work
      • Tyller_

      3
      0
      Votes
      3
      Posts
      316
      Views

      info-creaticode

      @tyller_

      You are right, it will return “” when no 3D object is under the 2D point you specified. For a reference project, please check out this:

      https://play.creaticode.com/projects/65412f495e00b4f660050acb

      CreatiCode

    • Tyller_

      Database operators
      • Tyller_

      3
      0
      Votes
      3
      Posts
      305
      Views

      Tyller_

      @info-creaticode thank you

    • Tyller_

      Rules on User Chatting in Project
      • Tyller_

      3
      0
      Votes
      3
      Posts
      269
      Views

      Tyller_

      @info-creaticode good to know, thank you!

    • Tyller_

      What does the convert to sps from xyz list block do?
      • Tyller_

      9
      0
      Votes
      9
      Posts
      634
      Views

      info-creaticode

      @tyller_

      This new block has been added. Here is a demo project on how to use it to add additional objects to an existing SPS:

      https://play.creaticode.com/projects/656e6d8bc27b2f356ccb5af6

    • Tyller_

      Control report test and set global parameter
      • Tyller_

      3
      0
      Votes
      3
      Posts
      229
      Views

      Tyller_

      @info-creaticode oh okay, good to know that they’re not intended for use by everyone

    • A

      AI Storyteller with ChatGPT - Background variable will not go away
      • Ashley Boivin

      2
      0
      Votes
      2
      Posts
      211
      Views

      info-creaticode

      @ashleyboivin-lannaist-ac

      That is the content of the variable “story”. You can remove it from the stage window by unchecking this checkbox for “story”:

      b8895771-28c6-4f6f-af94-33b7cb94e898-image.png

    • Tyller_

      Project Crashing
      • Tyller_

      2
      0
      Votes
      2
      Posts
      302
      Views

      info-creaticode

      @tyller_

      It looks like this project was only saved partially so it couldn’t be correctly parsed. We’ll investigate how to recover it. Sorry about that.

      CreatiCode

    • J

      Creating Classrooms
      • teacher-cs-1924

      3
      0
      Votes
      3
      Posts
      271
      Views

      J

      @info-creaticode I do not recall if I created my account as Student or Teacher. How can I check this? I see the service to Create a Classroom so I assume that I have signed up as a Teacher.

      When I click submit button I get error:

      Screen Shot 2024-03-03 at 6.24.27 PM.png

    • Shrukin

      How to use multiplayer blocks
      • Shrukin ⛤

      6
      0
      Votes
      6
      Posts
      515
      Views

      Shrukin

      @tyller_ Ok! Thanks a lot, though

    • The_True_Odst

      Adding curators(2)
      • The True ODST

      1
      0
      Votes
      1
      Posts
      138
      Views

      No one has replied

    • Tyller_

      Inable to see my projects
      • Tyller_

      3
      0
      Votes
      3
      Posts
      247
      Views

      info-creaticode

      This issue has been resolved.

    • The_True_Odst

      Chaos Assault [Placeholder]
      • The True ODST

      7
      0
      Votes
      7
      Posts
      385
      Views

      The_True_Odst

      @shrukin
      I added enemies on the test game, about to switch it to the actual one

    • The_True_Odst

      Scrolling background
      • The True ODST

      6
      0
      Votes
      6
      Posts
      419
      Views

      Shrukin

      @011830-0a42ef84 Here you go.

      https://play.creaticode.com/projects/65fc67af12caa07f9f90c24e

    • Shrukin

      Battlefront II (3-D)
      • Shrukin ⛤

      13
      0
      Votes
      13
      Posts
      951
      Views

      Shrukin

      @011830-0a42ef84 ???

    • Tyller_

      Rate limit on load data & cloud broadcast
      • Tyller_

      3
      0
      Votes
      3
      Posts
      246
      Views

      info-creaticode

      @tyller_

      Hi, sorry for the delay. We haven’t determined the proper rate limit on the cloud variables yet. So currently there is no limit, but we will update that when we see load issues.

      In terms of multiplayer game, we strongly suggest using the multiplayer blocks, which would handle most of the common tasks for multiplayer games. The tutorial will be posted in a few days.

    • Shrukin

      3-D Building
      • Shrukin ⛤

      7
      0
      Votes
      7
      Posts
      532
      Views

      Shrukin

      @info-creaticode I was using your 3-d maze. But, ok! Thank you.

    • The_True_Odst

      help with the AI code helper
      • The True ODST

      2
      0
      Votes
      2
      Posts
      171
      Views

      info-creaticode

      @011830-0a42ef84

      Sorry about that. We will put in a fix later today.

    • L

      ChatGPT feature only works when logged in
      • Lucie deLaBruere

      4
      0
      Votes
      4
      Posts
      291
      Views

      info-creaticode

      @ldelabruere-gmail

      Hi Lucie,

      You are right. Only users who have signed in can use the ChatGPT blocks. That’s partly because we need to monitor any users who abuse this feature and take action.

      Any user can easily sign up for free with a valid email address, or they can log in directly using Google login.

      You can also create a class with new student accounts for free, and then assign them to your students: https://www.forum.creaticode.com/topic/547/teacher-only-how-to-manage-students-in-the-my-class-page

      CreatiCode

    • The_True_Odst

      My friend can't sign into creaticode forum
      • The True ODST

      3
      0
      Votes
      3
      Posts
      259
      Views

      The_True_Odst

      @info-creaticode
      Ok just did

    • The_True_Odst

      Is the layering bugged?
      • The True ODST

      5
      0
      Votes
      5
      Posts
      366
      Views

      The_True_Odst

      @info-creaticode Thank you,
      Could you look at my Chaos Assault? I may need pointers for the game, and even though it has 1900 blocks, speed running can take like 10 seconds
      https://play.creaticode.com/projects/65df52f8237e664e4f02aba3

    • The_True_Odst

      Lag Bug
      • The True ODST

      3
      0
      Votes
      3
      Posts
      273
      Views

      The_True_Odst

      @info-creaticode I figured it out
      I added a FPS counter. It stayed at 60fps most of the time there, but every now and then it doesn’t.
      (I might get an upgrade on my computer soon)

    • F

      Emitter with model
      • Kathleen Flores

      7
      0
      Votes
      7
      Posts
      598
      Views

      info-creaticode

      For anyone interested, here is a demo of using emitters to emulate sonar waves:

      https://play.creaticode.com/projects/662a5a22af2b57d41a37f3e2

    • S

      How do you create your own scene and model
      • Stefano Federici

      2
      0
      Votes
      2
      Posts
      200
      Views

      info-creaticode

      @s_federici-628967c5

      Hi, there are a few tutorials that talk about using your own models as “community models”. Please check them out:

      https://www.forum.creaticode.com/topic/413/3d-using-a-tinkercad-model-difficulty-2 https://www.forum.creaticode.com/topic/652/3d-using-models-from-sketchfab-or-cgtrader-difficulty-2 https://www.forum.creaticode.com/topic/412/3d-using-your-ufo-as-a-model-difficulty-2

      CreatiCode

    • K

      Error in Einstein AI tutorial?
      • Richard Kho

      3
      0
      Votes
      3
      Posts
      208
      Views

      info-creaticode

      @khot78-gmail

      Your program looks fine. The checkmark is automatically added by our server to indicate that is the end of the stream, since there is no other way for you to tell whether more text is coming from the server.

      You can double-check it by examining the value of the “response” variable after some chats:

      71d0e431-32dc-4db1-945e-6a2f5cb9dde8-image.png

      CreatiCode

    • Shrukin

      Is it possible? AI
      • Shrukin ⛤

      3
      0
      Votes
      3
      Posts
      290
      Views

      Shrukin

      @info-creaticode Aw man! Thank you though.

    • Shrukin

      How to make an inventory?
      • Shrukin ⛤

      1
      0
      Votes
      1
      Posts
      165
      Views

      No one has replied

    • The_True_Odst

      Putting Scratch Projects in Creaticode
      • The True ODST

      3
      0
      Votes
      3
      Posts
      215
      Views

      info-creaticode

      @011830-0a42ef84

      Please follow these steps:

      Step 1: On the MIT scratch website, select “File” -> “Save to your computer”, which will download an “*.sb3” file. Note its location on your computer.

      beee791f-d5a6-40ce-904e-dcfb322038dc-image.png
       

      Step 2: On the CreatiCode website, create a new project.

      Step 3: Select “File” -> “Load from your computer”, then select the sb3 file, then it should load the project with the correct blocks/assets/name:

      efbabe1f-921a-4d61-ba32-00cf66ab5b30-image.png
       

      Note that if you are not the author of the original Scratch project, please add a link to that original project in the “Notes and Credits” area.

    • Shrukin

      2d collison without 2d physics block
      • Shrukin ⛤

      9
      0
      Votes
      9
      Posts
      651
      Views

      Shrukin

      @info-creaticode Ok, thank you. Sorry if I’m a bit anoying

    • The_True_Odst

      The Sprite rotation isn't working
      • The True ODST

      4
      0
      Votes
      4
      Posts
      297
      Views

      info-creaticode

      @011830-0a42ef84

      Not sure I get your point. I have updated the demo project to place the arrow at x=100 and y=100. It still correctly points tot he green ball.

      Maybe you can share your project?

    • connor-slenderstudios.onmicrosoft

      Sourcing Creaticode Extensions
      • Connor Bosler

      6
      2
      Votes
      6
      Posts
      645
      Views

      info-creaticode

      @golligav000-5c0727bb

      Noted. Thank you for the feedback and suggestions. As you know, our main target users are K-12 students learning coding and AI, so we will prioritize features that support this objective.

    • The_True_Odst

      reputation
      • The True ODST

      9
      0
      Votes
      9
      Posts
      600
      Views

      ThatsJustSix

      @shrukin Im learning it too, its sum like a promotion system.

    • Shrukin

      Halo ODST
      • Shrukin ⛤

      51
      0
      Votes
      51
      Posts
      4997
      Views

      Shrukin

      @g2292321-cfd66cfa only buttion I can think of is import/export

    • g2292321-cfd66cfa

      How do I compile a project into an html or exe file?
      • Snuper

      2
      0
      Votes
      2
      Posts
      185
      Views

      info-creaticode

      @g2292321-cfd66cfa

      Please try to embed the project in any html iframe.

      CreatiCode

    • The_True_Odst

      What Programming language does Creaticode use?
      • The True ODST

      5
      0
      Votes
      5
      Posts
      350
      Views

      info-creaticode

      @011830-0a42ef84 No, I don’t think it’s possible to

    • ultragameradrik-gmail

      Extensions crash the editor
      • Adrik J. Davenport

      6
      0
      Votes
      6
      Posts
      388
      Views

      ultragameradrik-gmail

      @info-creaticode i think basically when i open extensions, it overloads the site, but if i open sounds, it will basically get the site used to dialogs like it. thanks!

    • Kevinandjen.troyer-0e4308bb

      I need help, I want to make a Bank Robbery game.
      • Will-Mations

      2
      0
      Votes
      2
      Posts
      177
      Views

      Black Cat

      @kevinandjen-troyer-0e4308bb Look at 3d stuff in search

    • Shrukin

      Minecraft
      • Shrukin ⛤

      5
      0
      Votes
      5
      Posts
      426
      Views

      Black Cat

      @jahyel-be20de9b ?

    • c.

      Unable to log in.
      • Cαƚƚყ

      6
      0
      Votes
      6
      Posts
      346
      Views

      c.

      @info-creaticode Also, I can’t login with google because…
      Screenshot 2024-08-16 09.56.24.png

    • D

      login issues
      help bug • • Dawn Mercurio

      9
      0
      Votes
      9
      Posts
      642
      Views

      The_True_Odst

      @info-creaticode
      It still is stuck on a loading cycle when I try to sign back in. Also if I go to dashboard that same image pops up

    • The_True_Odst

      Problem with the Dashboard
      • The True ODST

      5
      0
      Votes
      5
      Posts
      302
      Views

      info-creaticode

      @011830-0a42ef84

      These problems will be fixed within 2 days. Sorry.

    • c.

      Quick question.
      • Cαƚƚყ

      5
      0
      Votes
      5
      Posts
      318
      Views

      c.

      @info-creaticode said in Quick question.:

      @106809-mygccs

      BTW you can also “publish” your project instead of sharing it, which will keep your source code private.

      Oh, I didn’t know that, I thought it just meant the same thing. Ty!

    • The_True_Odst

      What's the "horror" limit?
      • The True ODST

      11
      0
      Votes
      11
      Posts
      632
      Views

      info-creaticode

      @011830-0a42ef84

      That should be fine. thanks for checking

    • Tyller_

      Cloud Blocks dont work
      • Tyller_

      7
      3
      Votes
      7
      Posts
      503
      Views

      info-creaticode

      @tyller_

      Noted. Thanks

    • Black Cat

      Is it possible?
      question • • Shrukin Longtail

      11
      -1
      Votes
      11
      Posts
      694
      Views

      jeffreyrb03-gmail

      @106809nes sorry you’re right

    • jeffreyrb03-gmail

      What does the add 3d video plane block do and how to use?
      help 3d-blocks • • JaecadeJnight

      5
      1
      Votes
      5
      Posts
      435
      Views

      jeffreyrb03-gmail

      @info-creaticode hm ok, thank you for the clarification!

    • jeffreyrb03-gmail

      Are database collections private and secure?
      database-blocks question • • JaecadeJnight

      3
      1
      Votes
      3
      Posts
      264
      Views

      jeffreyrb03-gmail

      @info-creaticode ok, thank you! I’ll make sure to use those

    • I

      Project Versions
      • SANESESES

      8
      1
      Votes
      8
      Posts
      549
      Views

      I

      @info-creaticode Thanks!

    • jeffreyrb03-gmail

      How would I "attach" an object to another object in 3D perfectly?
      3d-blocks help question • • JaecadeJnight

      7
      1
      Votes
      7
      Posts
      494
      Views

      info-creaticode

      @jeffreyrb03-gmail

      Yes. Most likely, you had the hat as the “selected sprite object” instead of the person, so when you use a motion block, the hat is moved.

    • L

      guys how do u make a username if i put my name it inst working
      • karthik

      6
      0
      Votes
      6
      Posts
      384
      Views

      Black Cat

      @luna Sigh…

    • The_True_Odst

      AI for card game
      • The True ODST

      2
      0
      Votes
      2
      Posts
      165
      Views

      info-creaticode

      @011830-0a42ef84

      This would be an interesting game/tutorial. We can do it but it will take a while on the queue of things. If you want to start now, you can try to use our AI assistant “XO”. It is pretty good at handling project planning, but usually you get better results if you divide your request into small questions.

    • The_True_Odst

      XO chat isn't showing
      • The True ODST

      2
      0
      Votes
      2
      Posts
      147
      Views

      info-creaticode

      @011830-0a42ef84

      It is working normally now. Can you please try to reload the page?

    • The_True_Odst

      On the topic of Chatrooms:
      • The True ODST

      7
      1
      Votes
      7
      Posts
      433
      Views

      1

      @011830-0a42ef84 i support that, but Idk if Creaticode would say on the matter.

    • The_True_Odst

      "When This Sprite Clicked" on a clone
      • The True ODST

      3
      0
      Votes
      3
      Posts
      187
      Views

      info-creaticode

      @011830-0a42ef84

      The “when this sprite clicked” block works for clones, since clones are also sprites.

      Also, this is a good question that you can ask our AI assistant “CreatiCode XO”, so you do not have to wait for answers here.

      For example, you can ask XO this question: how to make a clone of a sprite say “hi” when it is clicked?

      One possible response is the following program with explanations:

      6348e856-f188-43bc-bab5-1bb10a05eb28-image.png

      Explanation:

      Create Clone: The create clone of [myself v] with ID [1] block creates a clone of the sprite with a unique ID (in this case, ‘1’). You can use any ID you’d like.

      When I Start as a Clone: This block initializes the behavior for clones. It ensures the following script applies only to clones, not the original sprite.

      When This Sprite Clicked: This block detects when any clone is clicked.

      Say Block: The say [hi] for (2) seconds block makes the sprite say “hi” for 2 seconds when clicked.

    • c.

      Uhm...
      • Cαƚƚყ

      4
      0
      Votes
      4
      Posts
      191
      Views

      jeffreyrb03-gmail

      @luna said in Uhm...:

      JAWNY

      it doesnt have any bad words so sure

    • Black Cat

      3-d Doom bug
      • Shrukin Longtail

      6
      0
      Votes
      6
      Posts
      331
      Views

      Black Cat

      Ok, it worked. Ish. the players are locked in a small area. they cant get powerup. Ill GIF it.

    • Black Cat

      Star Wars Flight System
      star wars • • Shrukin Longtail

      6
      0
      Votes
      6
      Posts
      330
      Views

      Black Cat

      Ok? Ill try.

    • Black Cat

      Stormtrooper Sprite
      • Shrukin Longtail

      16
      0
      Votes
      16
      Posts
      858
      Views

      Black Cat

      Huh… ok, something besides a watermark? a free bunch of start-up projects?

    • The_True_Odst

      How much different is CreatiCode from Scartch.mit?
      • The True ODST

      6
      1
      Votes
      6
      Posts
      371
      Views

      c.

      @jeffreyrb03-gmail lol alr. not that shocking.
      but I devoted to that website until some idiots (joking I love them but its annoying at times) decided to block it, so I moved here.

      I also may or may not have used the forums for 3+ years, aswell…

    • c.

      Issue.
      • Cαƚƚყ

      9
      1
      Votes
      9
      Posts
      563
      Views

      c.

      @black-cat
      lol okay

    • sisi987-amanda

      Can someone please help me
      • TBK/ The Best K

      14
      2
      Votes
      14
      Posts
      741
      Views

      info-creaticode

      @amanda-12368f30 said in Can someone please help me:

      @black-cat He is helping me but no one is not answering this question: how do you make a advance platformer?

      Can you give some more details? Any example game? Is it 2D or 3D? Also, did you try to ask the CreatiCode XO assistant?

      https://www.forum.creaticode.com/topic/1103/creaticode-xo-ai-assistant-new-project-design

      Also, here is an example that uses 2D physics engine:

      https://www.forum.creaticode.com/topic/1037/2d-physics-geometry-bounce-game-difficulty-4

      And you can also follow this more complicated tutorial by griffpatch:

    • jeffreyrb03-gmail

      is there a block to flip a model across an axis?
      • JaecadeJnight

      2
      0
      Votes
      2
      Posts
      151
      Views

      info-creaticode

      @jeffreyrb03-gmail

      This can be done by setting a “negative scale” with the “update scale” block, and it even supports animations (though you probably don’t need it in this case).

      For example:

      24ac393b-c1b5-46d7-9d7b-761d663acbdc-image.png

       

      glasses.gif

    • Black Cat

      Raycasting.
      • Shrukin Longtail

      3
      0
      Votes
      3
      Posts
      278
      Views

      Black Cat

      @info-creaticode Thank you.

    • Lilly-123

      Help
      • Lilly_😈

      5
      0
      Votes
      5
      Posts
      335
      Views

      c.

      @lilly_is_cool
      https://forum.creaticode.com/topic/1284/tutorial-idea-gravity-without-2d-physics
      Locking now that it’s resolved to prevent it from becoming a chatroom.

      @jeffreyrb03-gmail’s link:
      https://forum.creaticode.com/topic/805/physics-engine-for-2d-projects

    • GreeniWasTakenYT

      I need help with an online chatting system
      • GreeniWasTakenYT

      14
      1
      Votes
      14
      Posts
      864
      Views

      info-creaticode

      We will post an example project next week for a simple chat room.

    • c.

      Problem.
      • Cαƚƚყ

      2
      0
      Votes
      2
      Posts
      109
      Views

      info-creaticode

      @cattyplayzy

      Noted. We will look into it.

    • L

      Coding
      help 2d-blocks • • Little Gamer 123

      15
      1
      Votes
      15
      Posts
      966
      Views

      c.

      @amanda-12368f30
      Good job, but this isn’t related to the topic.

    • GreeniWasTakenYT

      [ORIG POST DELETED] Need Help with an online chatting system.
      • GreeniWasTakenYT

      14
      0
      Votes
      14
      Posts
      751
      Views

      Tyller_

      @tyller_ an example if you wish to use the say block is
      https://play.creaticode.com/projects/66f183d22756e7dc16b78d60

    • sisi987-amanda

      My CreatiCode is Glitchy
      • TBK/ The Best K

      5
      4
      Votes
      5
      Posts
      292
      Views

      sisi987-amanda

      @jeffreyrb03-gmail Oh, ok, thanks.

    • J

      about coding
      • Julia hays

      5
      0
      Votes
      5
      Posts
      359
      Views

      sisi987-amanda

      @julia-4087a191 You think what?

    • J

      about codeing
      • Julia hays

      11
      1
      Votes
      11
      Posts
      581
      Views

      sisi987-amanda

      @julia-4087a191 you could try working off one of these: https://www.forum.creaticode.com/topic/487/2d-sdg-3-care-bots-for-older-persons-difficulty-1
      https://www.forum.creaticode.com/topic/471/2d-sdg-12-recycling-quiz-difficulty-1

      https://www.forum.creaticode.com/topic/169/3d-a-spinning-earth-difficulty-1

      https://www.forum.creaticode.com/topic/169/3d-a-spinning-earth-difficulty-1

      https://www.forum.creaticode.com/topic/321/3d-an-alien-dance-party-difficulty-1

    • The_True_Odst

      "Important Forum Announcement" - Question
      question forum • • The True ODST

      15
      2
      Votes
      15
      Posts
      1025
      Views

      c.

      @011830-0a42ef84
      CC said that there are enough mods. And if we’re overwhelmed, they’ll add another one.

    • D

      Coding bug...
      3d-blocks question help • • Deleted User

      8
      0
      Votes
      8
      Posts
      505
      Views

      c.

      @info-creaticode
      Okay.

    • jeffreyrb03-gmail

      How do I convert a string to a list
      help question • • JaecadeJnight

      6
      1
      Votes
      6
      Posts
      465
      Views

      info-creaticode

      @jeffreyrb03-gmail

      Thanks for the explanation. XO doesn’t really take much computation or memory resource, so likely this is because the XO server is blocked by your school.

    • jeffreyrb03-gmail

      Does saving private data act as like a "secret" or "environment variable"?
      question help variables • • JaecadeJnight

      2
      0
      Votes
      2
      Posts
      216
      Views

      info-creaticode

      @jeffreyrb03-gmail

      It should not be used to store real secrets like passwords. The reason is that this block runs on the “client” side (the user’s browser), so when the data is sent over the Internet to the webserver, it is exposed in the network package.

      However, for most games/projects you build for learning, it should be good enough.

      The “private” mode is meant to store data specific for one user. Say 100 users are running your shared game. Suppose each of them can specify a secret passcode that can be used to save or load game progress. You can use this block and use the “private” mode, so the data is separated by user ID, and 2 users can’t see each other’s data.

    • jeffreyrb03-gmail

      How would one implement a swear word/inappropriate message filter in their project?
      • JaecadeJnight

      21
      0
      Votes
      21
      Posts
      1131
      Views

      jeffreyrb03-gmail

      @cattyplayzy I honestly think databases (with the source code hidden of course) would be 1000x easier and more convienient to do.

      @cattyplayzy said in How would one implement a swear word/inappropriate message filter in their project?:

      How would they get a source code?

      also with this, honestly some people need to write their own code. It’s good to take code from others, but when the source code is hidden for something, then you just have to accept that and try to recreate it using what you already know. Unless of course you like reverse engineer something to hack it

    • GreeniWasTakenYT

      Hitboxes
      2d-blocks help • • GreeniWasTakenYT

      13
      1
      Votes
      13
      Posts
      774
      Views

      jeffreyrb03-gmail

      @info-creaticode Ahhh yes, thats pretty good

    • GreeniWasTakenYT

      Welded Blocks
      2d-blocks help • • GreeniWasTakenYT

      10
      1
      Votes
      10
      Posts
      598
      Views

      info-creaticode

      @s9205307-810c679a

      The example project above has been updated to create 2 clones of each box, and set up the fixed relative position constraint between them.

    • jeffreyrb03-gmail

      (3d) Methods to seper individual models of a model that is a collection of multiple models
      3d-models 3d-blocks help question • • JaecadeJnight

      4
      0
      Votes
      4
      Posts
      314
      Views

      info-creaticode

      @jeffreyrb03-gmail

      yes, in theory, the “carve” block would allow you to remove all other models and keep only the model you need. However, it will be extremely slow given the complexity of the existing model collection

    • jeffreyrb03-gmail

      is there like z index for widgets?
      • JaecadeJnight

      3
      0
      Votes
      3
      Posts
      190
      Views

      jeffreyrb03-gmail

      @info-creaticode 👍

    • jeffreyrb03-gmail

      my project won't work anymore
      • JaecadeJnight

      15
      0
      Votes
      15
      Posts
      902
      Views

      The_True_Odst

      skBIDi sigama

    • info-creaticode

      This topic is deleted!
      • CreatiCode

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • The_True_Odst

      Viewing Remixes
      • The True ODST

      11
      1
      Votes
      11
      Posts
      700
      Views

      info-creaticode

      @011830-0a42ef84

      Now you should see one remix from us.

    • GreeniWasTakenYT

      Online Chatting Not Fully Working
      • GreeniWasTakenYT

      3
      0
      Votes
      3
      Posts
      165
      Views

      GreeniWasTakenYT

      @tyller_ https://play.creaticode.com/projects/66e7487ab156734ad26fcf1c

      (edit): ok thanks!

    • The_True_Odst

      Launching a ball using a drag system -- help
      drag launching • • The True ODST

      6
      1
      Votes
      6
      Posts
      362
      Views

      info-creaticode

      @011830-0a42ef84

      Your project is loading fine now.

      There is one issue that you need to fix. Since you are working with the 2D physice engine, you need to use blocks from the “2D physics” category. Currently it is using the “apply force” block for 3D physics. You can tell the color is different for 3D related blocks.

      9b0e661d-799e-4689-b71a-90326b8cba4d-image.png

    • The_True_Odst

      What does this mean? (premium blocks)
      • The True ODST

      5
      0
      Votes
      5
      Posts
      288
      Views

      info-creaticode

      @011830-0a42ef84

      There is no premium limitation at the moment, so please ignore this message.

    • jeffreyrb03-gmail

      Am I allowed to use databases (or other data storage) for large amounts of data?
      question database-blocks • • JaecadeJnight

      3
      0
      Votes
      3
      Posts
      225
      Views

      jeffreyrb03-gmail

      @info-creaticode Got it

    • Tyller_

      Concept of how to make something with google sheets
      • Tyller_

      7
      1
      Votes
      7
      Posts
      356
      Views

      Tyller_

      @jeffreyrb03-gmail any that I use with creaticode I have the project not shared, if I really want to share it to some ppl I can just use my alt to host and share with friends and only friend ppl who I truely trust. Plus for security with perms you can lock a table if you still want it writable, I use that just to ensure I don’t wipe my data tables

    • jeffreyrb03-gmail

      What is the email that CreatiCode uses for Google Sheets?
      google-sheets question • • JaecadeJnight

      3
      1
      Votes
      3
      Posts
      250
      Views

      jeffreyrb03-gmail

      @info-creaticode Thank you

    • GreeniWasTakenYT

      Hitbox Help
      • GreeniWasTakenYT

      7
      1
      Votes
      7
      Posts
      396
      Views

      jeffreyrb03-gmail

      @s9205307-810c679a tetris with physics doesn’t sound like a good idea unless it’s an experiment or something. Like what if there’s some small disturbance now you have angled tetrominoes/pieces. Also that would make the game’s current gameplay much harder such as techniques where you try to put something in a tight place by flipping it very quickly before it hits the ground or other blocks would now become obsolete/not work at all.

    • T

      Broken append block
      • Salvatore Nicholson

      3
      1
      Votes
      3
      Posts
      278
      Views

      T

      @info-creaticode thx for fixing it, sorry I haven’t replied in a while.

    • T

      Can’t sign in
      • Salvatore Nicholson

      15
      1
      Votes
      15
      Posts
      784
      Views

      T

      @info-creaticode thx

    • The_True_Odst

      Shows the Creaticode screen when I place DJ in -- "goofy Tower Defense test room"
      • The True ODST

      27
      0
      Votes
      27
      Posts
      1300
      Views

      info-creaticode

      @011830-0a42ef84

      Can you please reload the page, and make sure you are logged in, and then try XO again? We have made some improvement to XO, but we are not sure if they would resolve your specific issue. Thanks

    • T

      Coding questions
      • Salvatore Nicholson

      20
      1
      Votes
      20
      Posts
      1049
      Views

      info-creaticode

      @thebrickmaster626-f522560b

      Please check out the new joystick blocks we have just added:

      https://www.forum.creaticode.com/topic/1651/virtual-joysticks-for-user-input

    • The_True_Odst

      Clone animations
      • The True ODST

      10
      0
      Votes
      10
      Posts
      556
      Views

      info-creaticode

      @011830-0a42ef84

      You can try to unhide the basic sprite and trigger this stack of blocks manually, and you should see the animations. If you are not seeing the same animation in games, then it must be due to other reasons.

      You might want to read about how to debug here and try these techniques:

      https://www.forum.creaticode.com/topic/1568/how-to-debug

    • The_True_Odst

      Updating an object's X, Y, and Z directions in a 3D scene using variables
      • The True ODST

      2
      1
      Votes
      2
      Posts
      156
      Views

      info-creaticode

      @011830-0a42ef84

      Here is an example project for setting the diretion/speed of a 3D object, then read its direction/speed using the object property reporter block:

      play.creaticode.com/projects/674a8a9751e4206da361b2cb

      8b132bd9-3ea9-4663-9e53-d93d31808dfa-image.png

    • jeffreyrb03-gmail

      Tutorial: How to use extra fonts in costume/backdrop editor and some text tips too
      tutorial • • JaecadeJnight

      1
      0
      Votes
      1
      Posts
      147
      Views

      No one has replied

    • The_True_Odst

      This topic is deleted!
      • The True ODST

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • The_True_Odst

      Overlap object detection is bugged or not working
      • The True ODST

      7
      1
      Votes
      7
      Posts
      380
      Views

      info-creaticode

      @011830-0a42ef84

      Please refer to this example:

      play.creaticode.com/projects/675378ad977fa780536fd819

      The idea is that we already know the position of the rope, then we just need to know the position of the player, then calculate the direct distance between these 2 2D coordinates.

    • GreeniWasTakenYT

      Importing glitch
      • GreeniWasTakenYT

      4
      1
      Votes
      4
      Posts
      262
      Views

      info-creaticode

      @s9205307-810c679a

      This issue has been fixed.

    • S

      problems with 3d
      • judah marcus

      10
      1
      Votes
      10
      Posts
      521
      Views

      S

      @jeffreyrb03-gmail thanks

    • GreeniWasTakenYT

      Moderation System Not Working
      • GreeniWasTakenYT

      3
      0
      Votes
      3
      Posts
      232
      Views

      GreeniWasTakenYT

      @tyller_ Thanks for letting me know. I placed the moderation block back and it works now! I will also organize my blocks and clean up loose blocks. Thanks!

    • E

      Search engine
      • Emerson Rowberry

      6
      1
      Votes
      6
      Posts
      301
      Views

      E

      @emerson-rowberry-ec48eaae
      this is just me on another account*

    • E

      Army Games
      • Emerson Rowberry

      9
      1
      Votes
      9
      Posts
      458
      Views

      jeffreyrb03-gmail

      @ejrowberry09-12248f6d I’m not CreatiCode but I can answer your question. A slider is fine and possible, and no, there isn’t a block to check if someone is over 18 but that wouldn’t really be needed because if you plan on making an 18+ project, then you shouldn’t publish it publicly because this is a kids site. For your project to get views, you’ll have to advertise it somewhere else like say a web game development forum (not this one) to try to get people to play your project. It would be nice if they make project settings like “restrict to 13+ users, restrict to 18+ users” but they dont have that so that’d need to be a suggestion

    • NotJaldolfYT

      Video Permissions
      • NotJaldolfYT

      5
      0
      Votes
      5
      Posts
      227
      Views

      NotJaldolfYT

      @info-creaticode Good idea, thank you 😄

    • NotJaldolfYT

      This topic is deleted!
      • NotJaldolfYT

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • E

      color sensing
      • Emerson Rowberry

      6
      1
      Votes
      6
      Posts
      329
      Views

      E

      @info-creaticode THANK YOU SO MUCH

    • NotJaldolfYT

      Error with forums
      bug forum-error • • NotJaldolfYT

      12
      1
      Votes
      12
      Posts
      474
      Views

      NotJaldolfYT

      @info-creaticode Thanks for the clarification 😄

    • B

      This topic is deleted!
      • Blujey 1294

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • GreeniWasTakenYT

      I need help with my chatting system
      • GreeniWasTakenYT

      19
      2
      Votes
      19
      Posts
      867
      Views

      Tyller_

      @info-creaticode ohhhhhhh that makes sense, Ig I’ll finally set a pfp

    • B

      Is it possible to code this?
      • Blujey 1294

      15
      1
      Votes
      15
      Posts
      606
      Views

      B

      @tyller_ TYSM

    • NotJaldolfYT

      How to use NN blocks?
      blocks 2d-blocks ai-blocks neuralnetwork • • NotJaldolfYT

      9
      0
      Votes
      9
      Posts
      418
      Views

      NotJaldolfYT

      @jeffreyrb03-gmail Thank you 😄

    • c.

      Unable to set Profile Cover?
      • Cαƚƚყ

      5
      1
      Votes
      5
      Posts
      227
      Views

      c.

      @catty
      Nevermind, I got it to work. Still highly confused from that lol.

    • GreeniWasTakenYT

      block glitch
      • GreeniWasTakenYT

      3
      1
      Votes
      3
      Posts
      183
      Views

      GreeniWasTakenYT

      @info-creaticode ok thanks!

    • NotJaldolfYT

      Moderator too low?
      bug aimod aimoderation 2d-blocks chatprotection • • NotJaldolfYT

      10
      1
      Votes
      10
      Posts
      457
      Views

      info-creaticode

      @jd131111

      Yes. thanks.

    • SirBots

      This topic is deleted!
      • SirBots

      24
      0
      Votes
      24
      Posts
      82
      Views
    • SirBots

      Need play tester, coder, and polisher
      • SirBots

      3
      1
      Votes
      3
      Posts
      188
      Views

      SirBots

      @011830-0a42ef84 Working on another game rn that’s about to have it’s beta version released. Afterwards, sure.

    • NotJaldolfYT

      Dynamic bug
      • NotJaldolfYT

      8
      0
      Votes
      8
      Posts
      385
      Views

      NotJaldolfYT

      @info-creaticode Oh, thank you 😄

    • The_True_Odst

      Player's rotation bugs when it goes 180°
      • The True ODST

      6
      0
      Votes
      6
      Posts
      257
      Views

      info-creaticode

      @011830-0a42ef84

      Can you try it and let us know if there is any problem? You can also try to get help from our AI assistant.

    • SirBots

      How to remove old version of a game without deleting every version at once?
      • SirBots

      9
      1
      Votes
      9
      Posts
      389
      Views

      SirBots

      @info-creaticode No Problem. Just need to clear up space, that’s all. Still want to keep at least 1 or 2 older versions to find sources for bugs that didn’t exist before.

    • SirBots

      So, help.
      • SirBots

      18
      1
      Votes
      18
      Posts
      633
      Views

      SirBots

      @sirbots The best I can do rn is to just have them shoot at random bots anywhere on the map based on the coordinates on both teams, sadly. It’s still better than randomly firing at stuff

    • NotJaldolfYT

      How to delete extra games?
      • NotJaldolfYT

      2
      1
      Votes
      2
      Posts
      114
      Views

      info-creaticode

      @jd131111

      We are working on a new way for you to delete old versions of a project.

    • jeffreyrb03-gmail

      What does 3D block update bone do and how does it work?
      3d-blocks 3d animations question • • JaecadeJnight

      3
      0
      Votes
      3
      Posts
      178
      Views

      jeffreyrb03-gmail

      @info-creaticode Ahh ok, I didn’t think to leave them blank since they’re for coordinates but I see now.
      54232b66-ec28-4197-ade6-ec5bd2608f24-image.png
      It also makes sense that it only works for the builtin ones. Thank you

    • The_True_Odst

      Creating leaderboards with saved variables
      • The True ODST

      12
      0
      Votes
      12
      Posts
      440
      Views

      jeffreyrb03-gmail

      @011830-0a42ef84 using databases is a tiny bit tricky, but they are basically just tables with strict/enforced columns with types (like number, string, or date) and allow you to store rows in them. It is pretty transaction based kinda like actual databases. For a leaderboard you just need to create a database for a leaderboard, and to get data from it, just display say around 100 rows where a stat like coins is greatest, if you were to show some leaderboard of users with the most coins.

      I’ll let you tinker around with that first and if you still need help then I would like to see your code and I’ll give working code. I do have a project that demonstrates how to use a database, you’ll have to look in the code though, and what it does it just check if a password you enter is the correct password by asking the database for the password and then checking if the inputted password is equal to the password from the database:

      the project is in unlisted shared so u can see it
      https://play.creaticode.com/projects/66f85f2ce228c74a133e1128


      Hopefully my project doesn’t confuse you more, but all you have to do is just change it up and delete the stuff leftover from my challenge thingie. Instead of using the database to store one singular piece of text, you can use it to store multiple rows like a table and in the end, you could use that database to make a leaderboard of your own and shows what you want.

      The columns it should be storing are (user id), found in Sensing, and then any variables.

    • SirBots

      How to have clones not point at the original Sprite of other clones when pointing at coordinates from 2 tables?
      • SirBots

      3
      1
      Votes
      3
      Posts
      154
      Views

      SirBots

      @jeffreyrb03-gmail I got it fixed. I just have the bots point at a different target if the coordinates for their current target is the exact same as the player’s cords.

    • The_True_Odst

      Adding a "friendly" to my bot game - help
      project showcase help • • The True ODST

      1
      0
      Votes
      1
      Posts
      88
      Views

      No one has replied

    • The_True_Odst

      Drawing a loading circle without sprites - help
      • The True ODST

      4
      0
      Votes
      4
      Posts
      195
      Views

      jeffreyrb03-gmail

      @011830-0a42ef84 Use a widget and make its background transparent (transparency 100% in color picker), and make it a loading symbol, try using ◠ and making it spin with the rotate widget block. This is a no sprite solution and can even be done in the Stage or wherever you choose.

    • The_True_Odst

      Clone Detections - help
      • The True ODST

      2
      0
      Votes
      2
      Posts
      111
      Views

      info-creaticode

      @011830-0a42ef84

      Currently there is no code to directly do this. You probably need to calculate their distances and find which one is “too close”

    • ?

      test (guest)
      • Guest

      10
      1
      Votes
      10
      Posts
      393
      Views

      NotJaldolfYT

      @sirbots Thank you! 😄

    • The_True_Odst

      Please help with test room
      • The True ODST

      1
      0
      Votes
      1
      Posts
      68
      Views

      No one has replied

    • mod.squadacademy

      How do I delete an account?
      • Mod. Squad Trainer

      6
      1
      Votes
      6
      Posts
      309
      Views

      Tyller_

      @011830-0a42ef84 I think they meant to say you can email it thoruhg your accounts email

    • mod.squadacademy

      How are there that many studios named Untitled?
      • Mod. Squad Trainer

      4
      1
      Votes
      4
      Posts
      203
      Views

      mod.squadacademy

      @info-creaticode Just go to the Explore page, go to Studios, and scroll down. 2f9eb8d0-2179-41af-a4a4-c3fdc210c0e1-image.png

    • The_True_Odst

      Help moving limbs moving "well" (Paper Minecraft Scratch Ex.)
      • The True ODST

      1
      0
      Votes
      1
      Posts
      111
      Views

      No one has replied

    • jeffreyrb03-gmail

      How does one use vRoid in CreatiCode avatars again?
      3d-models • • JaecadeJnight

      6
      0
      Votes
      6
      Posts
      203
      Views

      Tyller_

      @jeffreyrb03-gmail ah alright

    • NotJaldolfYT

      CreatiCode down?
      • NotJaldolfYT

      3
      1
      Votes
      3
      Posts
      136
      Views

      NotJaldolfYT

      @info-creaticode It seems to be fixed, probably just my internet, but its odd how it was glitching and wouldnt let me do anything for 5+ hours.

    • The_True_Odst

      What does the magic wand do?
      • The True ODST

      6
      0
      Votes
      6
      Posts
      286
      Views

      The_True_Odst

      @info-creaticode It shows now. I think why it didn’t show before was because my internet may have been down (because it wouldn’t let me save, either)

    • The_True_Odst

      This topic is deleted!
      • The True ODST

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • NotJaldolfYT

      Is this VR?
      • NotJaldolfYT

      11
      1
      Votes
      11
      Posts
      404
      Views

      c.

      @tyller_
      You know, 1st person CreatiCode VR games isn’t a bad idea… I might try to build an open-source version. Not in school, of course…

    • dreamsmp_luck

      erm
      • Theodore B

      6
      1
      Votes
      6
      Posts
      239
      Views

      info-creaticode

      @dreamsmp_luck

      Are you referring to this forum? If so, only yourself can see them and no one else.

      You can try to verify by looking at other user’s profile pages.

    • jeffreyrb03-gmail

      How does my project have 2 remixes yet I can't see them?
      • JaecadeJnight

      3
      0
      Votes
      3
      Posts
      129
      Views

      jeffreyrb03-gmail

      @info-creaticode Ah ok

    • NotJaldolfYT

      How do I make a 2d game that's multiplayer?
      2d-blocks multiplayer question • • NotJaldolfYT

      7
      1
      Votes
      7
      Posts
      387
      Views

      ?

      hi my name is gennesis i love yuo

    • NotJaldolfYT

      Highest score
      • NotJaldolfYT

      4
      1
      Votes
      4
      Posts
      206
      Views

      c.

      @the_true_odst
      He means project score.
      3163e0f5-8348-4913-ad51-f25b96408007-image.png
      and im clearly in last place on that list

    • The_True_Odst

      Last updates -- Bot Test
      • The True ODST

      6
      1
      Votes
      6
      Posts
      243
      Views

      The_True_Odst

      @jeffreyrb03-gmail I realized that those blue boxes appear after playing tutorial, I will try to fix that

    • The_True_Odst

      adding "luck" to a game
      • The True ODST

      8
      1
      Votes
      8
      Posts
      290
      Views

      The_True_Odst

      @sirbots I created 50 of something (let’s called it “thing1” bc the game I’m making is a secret), 25 of thing2, 12 of thing3, 6 of thing4, 3 of thing5, 1 of thing6, reshuffled the table a few times and pulled the first item out of that table. If that’s what you mean, would you make another table if you have a higher rarity with more rarer things added?

    • ?

      application has crashed
      • Guest

      4
      1
      Votes
      4
      Posts
      124
      Views

      info-creaticode

      Sorry to hear that. Can you try to reload the page?

      Is there a project link that we can look into?

    • The_True_Odst

      using the "pen" to create smoother lines
      • The True ODST

      6
      0
      Votes
      6
      Posts
      227
      Views

      Tyller_

      @jeffreyrb03-gmail yeah if you copy a block and edit its name to something invalid it’ll show that, pretty sure any block that actually renders means it does have a texture or something about it defined

    • SirBots

      So, There is a bug here. Can anyone fix it?
      • SirBots

      16
      0
      Votes
      16
      Posts
      441
      Views

      SirBots

      @tyller_ I used the wrong operators, and I didn’t have the proper distance variable in the movement scripts.

    • c.

      Problems with the cursor block?
      • Cαƚƚყ

      5
      3
      Votes
      5
      Posts
      191
      Views

      jeffreyrb03-gmail

      @c That’s normal, and intended. If you change the cursor to “crosshair” then it will stay crosshair until you change it again. So it’s your responsibility to change the cursor back to the default.

    • SirBots

      The bot is down
      • SirBots

      2
      1
      Votes
      2
      Posts
      87
      Views

      info-creaticode

      @sirbots

      That should be resolved now.

    • SirBots

      What is this?
      • SirBots

      7
      0
      Votes
      7
      Posts
      242
      Views

      info-creaticode

      @tyller_

      Please give it a try. I would love to hear your feedback. It is always a challenge to know when to give out the answer and when to hold it back, even for human teachers. Our current setting is to make the AI keep providing more hints when the user struggles. Hopefully, that will be good enough for most situations.

    • The_True_Odst

      Design helper?
      • The True ODST

      5
      0
      Votes
      5
      Posts
      216
      Views

      The_True_Odst

      @mod-squadacademy Here is the link for the game:
      https://forum.creaticode.com/topic/1902/sneak-peak-of-a-game-omg-this-is-so-laggy

    • The_True_Odst

      Maybe Creaticode knows the issue:
      • The True ODST

      7
      0
      Votes
      7
      Posts
      196
      Views

      info-creaticode

      @the_true_odst said in Maybe Creaticode knows the issue::

      point towards mouse-pointer” is a bit buggy

      We’ll look into that.

    • SirBots

      Removing huge amounts of blocks in a project permanently renders the sound blocks for the project and all copies of it unusable
      • SirBots

      3
      0
      Votes
      3
      Posts
      107
      Views

      SirBots

      @info-creaticode Here soon, at the doctor’s rn. I will provide an explanation:

      The project which I had shared where the sound blocks were not working, I had made a copy of the original version with all the old code from the main WOC game. The blocks worked just fine.

      HOWEVER:

      After making some edits, and, moving the song files around, the sound blocks did not work. Reloading the project yielded no Sucess, and making a copy didn’t work as well. Going towards the original copy of the project, it was working just fine. Even making different edits to make it look the same didn’t break the blocks. I made the code for the project, keeping the original code in the sprites holding the songs from the game, then deleted the original code once I had made all the new code. Doing this did not break the blocks EXCEPT in the Stage.

    • SirBots

      Need help with finding a way to have fluid aiming at clones without delaying movment
      • SirBots

      5
      0
      Votes
      5
      Posts
      161
      Views

      SirBots

      @tyller_ Alr. I will backpack the scripts into a separate project and share it. (I do use the target x/y lists)

    • Coder0145

      1st person movement script
      • Coder0145

      4
      1
      Votes
      4
      Posts
      161
      Views

      info-creaticode

      @coder0145

      In that case, you can use a forever loop to turn the avatar towards the direction of the camera (its “H-Angle” like this:

      3472590d-27cb-47e4-a48b-6bee698a4b07-image.png

    • F

      Drop game simulation
      • Kathleen Flores

      6
      1
      Votes
      6
      Posts
      283
      Views

      info-creaticode

      @flores-yorkshireacademy

      If you ask our AI assistant, you should be able to find out the issue:

      76181683-5a5f-48aa-804b-28b36b3bdaf4-image.png

      Our original example was using “body rotation speed limit”. I guess you picked the wrong block?

    • The_True_Odst

      Making a variable occur to each clone instead of all of them
      • The True ODST

      5
      0
      Votes
      5
      Posts
      173
      Views

      Attractive Milk

      @the_true_odst Ok

    • The_True_Odst

      Measuring decimal places
      • The True ODST

      5
      1
      Votes
      5
      Posts
      178
      Views

      jeffreyrb03-gmail

      @The_True_Odst I struggled to understand what you meant at first, but after some re-reading, I can help. So I understand you want to be able to find the decimal number AT any decimal place of any decimal number reliably.
      So, decimal places go like
      0.0001
      (whole number).tenths,hundredths,thousandths,ten-thousandths, hundred-thousandths, millions, etc.

      So we know the bold in 0.0001 is thousandths, but we need a program to do that.
      We’ll just be saying the number of its place instead, like that’s the third decimal place here (3).

      So we need to clean up the number by making it positive (incase its negative), and only focusing on the part after the decimal point, then returning the decimal place based on another input.

      Make a reporter custom block with two inputs then put this code into it:
      64b4716e-d974-4486-abbb-ae682fd1def9-image.png

      It should report the number that exists at a decimal place. So in 0.128456, if you wanted to know the number that resides at thousandths place (3), then you’d do (return decimal place (3) of decimal number (0.128456)) and it would report “8”.

    • The_True_Odst

      Forever loop won't work for 2 clones in a single sprite:
      • The True ODST

      5
      0
      Votes
      5
      Posts
      164
      Views

      Tyller_

      @the_true_odst make it so if they touch it they say something or use print to console. This is how most programmers (allegedly people using languages other than JS dont do this but I still doubt that) debug stuff, you add a bunch of prints to ensure what is broken, like is it the touching detection or the cursor, you dont know becuase if one doesn’t work, the other won’t (if touching doesnt work then the cursor will never change, if the cursor changing doesnt work you wouldn’t know becuase the touching would be trying to use something that’s broken)

    • The_True_Odst

      Clone won't appear :(
      • The True ODST

      7
      0
      Votes
      7
      Posts
      230
      Views

      The_True_Odst

      @info-creaticode It’s not there anymore, I changed it from a clone to the actual sprite since I couldn’t figure out the bug.

    • blackguy-27c5da45

      My published projects not showing up in search
      helpmeplease omgomgomgomg creaticodehelp • • Leshaun_Dinglenut123

      8
      0
      Votes
      8
      Posts
      304
      Views

      The_True_Odst

      @blackguy-27c5da45 I see it on the search tab:
      8508a7e6-956c-42f0-b327-b483819764c8-Screenshot 2025-04-17 11.01.18 AM.png

    • SirBots

      Generating AI sprites and backdrops will not work
      • SirBots

      3
      0
      Votes
      3
      Posts
      104
      Views

      SirBots

      @info-creaticode I will here soon. I should also mention that there is text showing the prompt for generation in the middle of the screen. That isn’t there anymore. So, it might be that it didn’t store the message or something like that. Maybe some invalid data storing.

    • A

      BUG: Strange Bug with Palette Previewing
      • Alexander Stevens

      6
      1
      Votes
      6
      Posts
      214
      Views

      info-creaticode

      @alexanderstevens-62d46173

      This issue has been fixed.

    • GreeniWasTakenYT

      Creaticode AI v4 help
      • GreeniWasTakenYT

      2
      0
      Votes
      2
      Posts
      82
      Views

      info-creaticode

      @greeniwastakenyt said in Creaticode AI v4 help:

      what does socratic mode do?

      Hi, you can actually ask XO this question:

      bded187a-4b01-4d96-ad41-545a116a2199-image.png

    • Coder0145

      None is the only option
      • Coder0145

      2
      0
      Votes
      2
      Posts
      105
      Views

      info-creaticode

      @coder0145

      That dropdown is automatically populated using the list of sprites in the project.

      According to the tutorial, you need to create another sprite named “Maze”, which will be used to create the walls of the maze. After you do that, then this dropdown will contain the “Maze” option.

    • LJVB_4

      Not seeing my project on my user page
      • Kirbstyre_63

      4
      0
      Votes
      4
      Posts
      94
      Views

      LJVB_4

      @info-creaticode Thanks so much!

    • LJVB_4

      Can I import anyone elses project?
      • Kirbstyre_63

      3
      0
      Votes
      3
      Posts
      59
      Views

      info-creaticode

      @ljvb_4

      Yes, so long as credit is given. Thank you.

    • GreeniWasTakenYT

      chatgpt error
      • GreeniWasTakenYT

      7
      1
      Votes
      7
      Posts
      250
      Views

      info-creaticode

      @greeniwastakenyt

      Do you still have this issue? Most likely it was a temporary outage from ChatGPT’s service (OpenAI).

      In addition, whenever you have such outage issues, you can replace the ChatGPT block with the LLM block, which works the same way but connects to a different AI service.

      e41c309b-40cc-4840-ac44-5a95c2c1154c-image.png

    • Coder0145

      Fog end
      • Coder0145

      9
      0
      Votes
      9
      Posts
      180
      Views

      info-creaticode

      @coder0145 said in Fog end:

      The box is just to demonstrate the fog works on objects, right?

      That’s correct.

    • R

      First person camera w/ mouse controls
      • Remi Calixto

      4
      0
      Votes
      4
      Posts
      143
      Views

      info-creaticode

      @remi-1286167-510cee35

      If you use the pointer lock, the v-angle will be automatically changed. But you said you want to limit the v-angle?

      If you want it to move freely but within a range, you can still use the same block to set the v-angle whenever it is outside the range.

    • LJVB_4

      Really sad about this
      • Kirbstyre_63

      4
      0
      Votes
      4
      Posts
      168
      Views

      info-creaticode

      @notjaldolfyt

      This issue is fixed now.

    • NotJaldolfYT

      Bug?
      • NotJaldolfYT

      3
      0
      Votes
      3
      Posts
      75
      Views

      NotJaldolfYT

      @info-creaticode That’s odd, for some reason if I do it it says it’s inappropriate when replying to people on my project.

    • NotJaldolfYT

      Yellow boxes around projects?
      • NotJaldolfYT

      10
      0
      Votes
      10
      Posts
      428
      Views

      info-creaticode

      This issue has been resolved.

    • NotJaldolfYT

      Cannot save game?
      • NotJaldolfYT

      4
      0
      Votes
      4
      Posts
      106
      Views

      info-creaticode

      @notjaldolfyt

      The service has been restored.

    • ?

      drop down menu
      • Guest

      3
      0
      Votes
      3
      Posts
      43
      Views

      info-creaticode

      You can use the “when widget changes” block.

      Here is a simple example:

      play.creaticode.com/projects/6831f4e759dd9cb676181c93

    • ?

      how slow point lock
      • Guest

      4
      0
      Votes
      4
      Posts
      44
      Views

      info-creaticode

      OK. You can control the angular speed of the camera using the “configure camera” block’s last input, which is a percentage. For example, when you set it to 100, it is the default speed, but if it is 10, then it will be 10% of the default speed.

      See this project for example:

      play.creaticode.com/projects/68345dcdcf69bbdc83e9472e

    • undefined


      •


      Votes

      Posts

      Views