Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode
    1. Home
    2. Tyller_
    • Profile
    • Following 2
    • Followers 6
    • Topics 57
    • Posts 399
    • Best 165
    • Groups 1

    Tyller_

    @Tyller_

    Best Forum Helpers

    I am a young person who likes to code. I can understand code really well and prefer block based over typing because I can see everything available to me, it's faster to make, and seeing what stuff like if statements hold's is more clear in block based. I used to code on code.org but when I found CreatiCode I switched because it has much more stuff, doesn't run on an outdated version of js, and allows me to not have to process everything in a single line where nothing can run at the same time.

    186
    Reputation
    72
    Profile views
    399
    Posts
    6
    Followers
    2
    Following
    Joined Last Online
    Age 16

    Tyller_ Unfollow Follow
    Best Forum Helpers

    Best posts made by Tyller_

    • RE: Cloud Blocks dont work

      @info-creaticode also I have found data saving blocks output error 500 in the console when I try to use them

      posted in Help
      Tyller_
      Tyller_
    • RE: Cloud Blocks dont work

      @info-creaticode when I made the new project it worked at first, but after about 3 or 4 times it just froze, even past refreshes, this is the same with my main project, and it never has let me make another world even after days https://play.creaticode.com/projects/66c4b48b244aac89fd7cabbb

      posted in Help
      Tyller_
      Tyller_
    • Cloud Blocks dont work

      I have noticed my project that uses Cloud blocks no longer works, I prefer using them, but I will migrate it all to the Multiplayer blocks if Cloud blocks are going to be removed

      posted in Help
      Tyller_
      Tyller_
    • ChatGPT responds in chinese

      ChatGPT is responding in Chinese, I have tested this in multiple projects https://play.creaticode.com/projects/66c8d5b9fc1061dacb9fafbe

      posted in Feedback
      Tyller_
      Tyller_
    • RE: ngl, the remote edit is a great feature.

      @jd131111 It used to be premium only but they changed it

      posted in General Discussion
      Tyller_
      Tyller_
    • Fast Sync Variables Lib

      I have made a project that uses the multiplayer blocks to sync any amount of (positive whole) numbers tied to labels pretty fast.
      It’s like a library (coding libraries are files that you import into a project containing pre-programmed general purpose functions to make coding easier), you drag two custom blocks that don’t take up too much space into any sprite where you need to use it.
      You can add any number of labels that will be across all clients in the sprite you backpack.
      Everything you need to touch is in the upper left corner of the workspace.

      I plan on making more projects that act as libraries, provide any feedback in replies! (if somebody wants to understand what it doing I can add comments to the project and explain in replies, but you would only need them if you want to understand how it works, you don’t need comments if you just wanna use it)

      https://play.creaticode.com/projects/67320febbf68856fe984969b

      “Did you mean for it to say “Lib”?” - Catty
      ”Yes, lib is the standard abbreviation for library across all programming languages” - Tyller

      posted in Project Showcase
      Tyller_
      Tyller_
    • RE: Halo ODST

      @011830-0a42ef84 the tutorials already available should be able to help you enough, they should be easy to find

      posted in Help
      Tyller_
      Tyller_
    • Typing in editor is slow on iPad/mobile

      I will have to wait until I can use my phone to show proof, but when typing anywhere on the main CreatiCode website (play.creaticode.com) it is laggy, in that it is slow to type and when I type it delays, like I type an entire sentence into instructions or notes & credits (or typing in a note/block) it takes a long time to type, and it shows the keys I press being pressed over time, I can show a video but when I actually press the key and when it types has a delay, and the faster I type the longer the offset is

      TLDR: typing on an iPad on main website has a lag with even the keyboard and it isn’t here on the forums

      I have two videos, one of in the editor and another of on the forums to show that it isn’t just me being very slow at typing, it’s quite annoying as I can type “Hello this is a test” in ~4 seconds at most but with the lag it takes ~15-20 seconds to type it all

      I am unable to upload the videos right now due to when I try to upload a video to forums it says I do not have enough privilege for this action, I will attempt to upload to YouTube soon and reply/edit to add the links

      posted in Feedback
      Tyller_
      Tyller_
    • RE: How do I convert a string to a list

      @jeffreyrb03-gmail there’s a set list to split of text with splitter block, it’s right above the reporter blocks in the list section

      posted in Help
      Tyller_
      Tyller_
    • Current error with accessing the website

      Currently you are inable to access the website, the developer console shows a bunch of error code 500s

      posted in Feedback
      Tyller_
      Tyller_

    Latest posts made by Tyller_

    • RE: [Community Project] Let's Build a CreatiCode Project Packager!

      @info-creaticode Can contest that this probably wouldn’t be really allowed/wouldn’t have really support between the community and official team, though they might support it. Main issue I see is really the specified intent of creaticode as not open source, plus due to how easy it would be to make a simple node electron app theres probably no need for a massive team

      posted in Test
      Tyller_
      Tyller_
    • RE: [Community Project] Let's Build a CreatiCode Project Packager!

      @neurotex000-ed114c41 An issue is that creaticode is not open source, though it would be very easy to make an electron wrapper (I semi have experience with electron, but not much)

      posted in Test
      Tyller_
      Tyller_
    • RE: chatgpt error

      @greeniwastakenyt for now try setting it to new instead of continue

      posted in Help
      Tyller_
      Tyller_
    • RE: Yellow boxes around projects?

      @the_true_odst Pretty sure he means the yellow border around the project panel

      posted in Help
      Tyller_
      Tyller_
    • RE: Clone won't appear :(

      @the_true_odst try console logging stuff to ensure, put a console log before you create the clone (in the if) to ensure it’s actually triggering properly

      posted in Help
      Tyller_
      Tyller_
    • RE: Forever loop won't work for 2 clones in a single sprite:

      @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)

      posted in Help
      Tyller_
      Tyller_
    • RE: Forever loop won't work for 2 clones in a single sprite:

      @the_true_odst first, I’d recommend maybe using an if else, second, add a say to the start as clone block to verify tehy exist and where they are

      posted in Help
      Tyller_
      Tyller_
    • RE: "delete all clones" block

      @c no, you would do

      when I recieve broadcast “delete clones”
      -delete this clone

      because that forever and delete would only run under hte main sprite

      posted in Feedback
      Tyller_
      Tyller_
    • RE: Making a variable occur to each clone instead of all of them

      @the_true_odst it does work like that, if you have a sprite only variable and update it, it will only update for either the original sprite or clone, it depends on the scope of it, like when I receive broadcast hat blocks trigger for all clones, but stuff like when this sprite touched trigger per clone,

      you can prove that it is per clone by making it so when they start as clone they set a sprite only variable to 2, then say it, and you can see that it shows to you that variable is whatever it was before (because you see the value based on the main sprite)

      posted in Help
      Tyller_
      Tyller_
    • RE: New block: Round by {number}

      @attractive-milk well this one is already easy, I just suck at explaining stuff in simple ways

      posted in Feedback
      Tyller_
      Tyller_