Skip to content

Feedback

286 Topics 1.7k Posts

Discuss how the CreatiCode platform can be improved (feature request, issues, etc.)

  • more security-related account control

    5
    0 Votes
    5 Posts
    1k Views
    JaecadeJnightJ
    @info-creaticode Oh ok. Thank you, sorry for the false alarm.
  • Issue with copy table to table and append table to table

    5
    1 Votes
    5 Posts
    2k Views
    CreatiCodeI
    @tyller_ This issue has been fixed.
  • Viewing source of sites via fetch block no longer works

    cloud-blocks feedback
    10
    0 Votes
    10 Posts
    3k Views
    JaecadeJnightJ
    @jeffreyrb03-gmail thank you guys for adding that in I just saw it gives the full code now
  • 1 Votes
    3 Posts
    1k Views
    CreatiCodeI
    @011830-0a42ef84 Thanks for sharing your project. Here are some high level comments: You can not mix 3D physics blocks and “set speed” blocks. If you are controlling objects using the 3D physics engine, you have to delegate all movements to the engine, and only use blocks in the “3D physics” category to make objects move/turn. We can’t add the animations you requested since they are not available in the mixamo.com library. You will have to use the animations available now. For specific questions on individual blocks, can you please try to ask XO first?
  • Forum update -- "someone typing"

    forum
    3
    1 Votes
    3 Posts
    1k Views
    silvloveS
    @011830-0a42ef84 Soo… we’re tryna become discord now? (joke) There’s already live post updates. What are the benefits to know when someone is typing? Plus wouldn’t this also break the whole point of ‘invisible’?
  • Where's yellow-

    2
    1 Votes
    2 Posts
    807 Views
    CreatiCodeI
    @catty around 16
  • Object Locking -- Costume Creator

    9
    0 Votes
    9 Posts
    2k Views
    CreatiCodeI
    @011830-0a42ef84 In the costume editor, you can hold down the SHIFT key, then click any shape to select or deselect by itself, while keeping the other selection unchanged.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Onion Layering -- Costume Creator

    9
    1 Votes
    9 Posts
    2k Views
    TheNicknameGovT
    @catty I’m answering what you are asking, what are you not getting?
  • Block Request

    4
    0 Votes
    4 Posts
    1k Views
    GreeniWasTakenYTG
    @info-creaticode that sounds good
  • widgets hat blocks stopped working?

    bug widgets-blocks
    5
    0 Votes
    5 Posts
    2k Views
    JaecadeJnightJ
    @info-creaticode I fixed it now to use a button lol
  • Music bug

    6
    1 Votes
    6 Posts
    2k Views
    JaecadeJnightJ
    @c6099952795-bd492b4e Could you be more specific? I have no idea what you mean
  • Shake screen

    10
    1 Votes
    10 Posts
    3k Views
    CreatiCodeI
    @011830-0a42ef84 Please check out this new block: https://www.forum.creaticode.com/topic/1653/shake-screen
  • 0 Votes
    2 Posts
    1k Views
    CreatiCodeI
    @jeffreyrb03-gmail We will fix this issue. Thanks
  • site improvement feedback

    feedback feature-request
    1
    1 Votes
    1 Posts
    908 Views
    No one has replied
  • Wait block is broken in some languages

    3
    1 Votes
    3 Posts
    940 Views
    CreatiCodeI
    @dnikitoss-7ac89c07 Thank you. We will fix this issue.
  • block suggestions

    suggestion widgets-blocks
    7
    0 Votes
    7 Posts
    2k Views
    JaecadeJnightJ
    @info-creaticode Just made a YouTube one: [image: 04e00b82-a314-493f-b210-a3fe25c53fa5.png] That will generate this: <script src="https://apis.google.com/js/platform.js"></script> <div class="g-ytsubscribe" data-channelid="UC_FXfu97VJLbGM8TRBpS90g" data-layout="full" data-count="default"></div> All the block needs to change is just the data-channelid and if “yes” is chose for dark theme, just add data-theme="dark" attribute to the div. Edit: code result: [image: 1342ce1d-eb69-4fce-b9ec-25e7cd71d7ca.png]
  • fetch page as markdown is taking forever to load

    bug cloud-blocks feedback
    6
    0 Votes
    6 Posts
    2k Views
    CreatiCodeI
    @jeffreyrb03-gmail Please wait a bit longer and test it after we release a new version of that block. If it still doesn’t work for your use case, we can discuss adding a different block.
  • Set rotation speed for "motion" category

    18
    0 Votes
    18 Posts
    4k Views
    CreatiCodeI
    @011830-0a42ef84 This is a fun game. So let’s solve one problem at a time. To limit the rotation speed, you can try to use a loop to repeatedly rotate the sprite a little bit towards the target’s direction. Here is a demo project: play.creaticode.com/projects/67351d4fef35162a42f8bc50 As you can see, in a forever loop, we take 3 steps: calculate angle difference between current direction and the desired direction normalize that difference to within -180 and 180 rotate for up to the speed limit This is what you will get as you move the mouse: [image: 84ec1732-deaa-42eb-8b34-53bfd523dbd8.gif]
  • Google Sheets writing permissions

    3
    1 Votes
    3 Posts
    985 Views
    Tyller_T
    @info-creaticode I know nobody will see it, but I want to be able to share the project without ripping out the functionality in another project, I now realize how that isn’t really an issue. I just wanted to mention it because it was slightly annoying that I gotta take all sheets references in a copy for it to be sharable