Skip to content

Help

285 Topics 1.6k Posts

Get help with coding questions or problems with the CreatiCode platform

  • Can’t sign in

    15
    1 Votes
    15 Posts
    3k Views
    T
    @info-creaticode thx
  • Broken append block

    3
    1 Votes
    3 Posts
    1k Views
    T
    @info-creaticode thx for fixing it, sorry I haven’t replied in a while.
  • Hitbox Help

    7
    1 Votes
    7 Posts
    1k Views
    JaecadeJnightJ
    @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.
  • 1 Votes
    3 Posts
    1k Views
    JaecadeJnightJ
    @info-creaticode Thank you
  • Concept of how to make something with google sheets

    7
    1 Votes
    7 Posts
    2k Views
    Tyller_T
    @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
  • 0 Votes
    3 Posts
    985 Views
    JaecadeJnightJ
    @info-creaticode Got it
  • What does this mean? (premium blocks)

    5
    0 Votes
    5 Posts
    1k Views
    CreatiCodeI
    @011830-0a42ef84 There is no premium limitation at the moment, so please ignore this message.
  • Launching a ball using a drag system -- help

    drag launching
    6
    1 Votes
    6 Posts
    2k Views
    CreatiCodeI
    @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. [image: 2df89207-f49a-40a4-9bc8-c72091251f04.png]
  • Online Chatting Not Fully Working

    3
    0 Votes
    3 Posts
    737 Views
    GreeniWasTakenYTG
    @tyller_ https://play.creaticode.com/projects/66e7487ab156734ad26fcf1c (edit): ok thanks!
  • Viewing Remixes

    9
    0 Votes
    9 Posts
    3k Views
    CreatiCodeI
    @011830-0a42ef84 Now you should see one remix from us.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • my project won't work anymore

    15
    0 Votes
    15 Posts
    3k Views
    TheNicknameGovT
    skBIDi sigama
  • is there like z index for widgets?

    3
    0 Votes
    3 Posts
    772 Views
    JaecadeJnightJ
    @info-creaticode
  • 0 Votes
    4 Posts
    1k Views
    CreatiCodeI
    @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
  • Welded Blocks

    2d-blocks help
    10
    1 Votes
    10 Posts
    3k Views
    CreatiCodeI
    @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.
  • Hitboxes

    2d-blocks help
    13
    1 Votes
    13 Posts
    4k Views
    JaecadeJnightJ
    @info-creaticode Ahhh yes, thats pretty good
  • 0 Votes
    21 Posts
    5k Views
    JaecadeJnightJ
    @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
  • 0 Votes
    2 Posts
    962 Views
    CreatiCodeI
    @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.
  • How do I convert a string to a list

    help question
    6
    1 Votes
    6 Posts
    2k Views
    CreatiCodeI
    @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.
  • Coding bug...

    Moved 3d-blocks question help
    8
    0 Votes
    8 Posts
    2k Views
    silvloveS
    @info-creaticode Okay.