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 406
    • Best 166
    • 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.

    187
    Reputation
    73
    Profile views
    406
    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: Scroll wheel should be use as zoom instead of scroll in Creaticode Create

      @the_true_odst left click is always used to highlight, left click is the primary function for your mouse (mouse button 1 in the system) and interacting with your costumes is your main intent, and right click is secondary (mouse button 2) so its for moving around wtih is a lesser but still big intent

      posted in Feedback
      Tyller_
      Tyller_
    • RE: Scroll wheel should be use as zoom instead of scroll in Creaticode Create

      @info-creaticode Thats good to know! @The_True_Odst do you have anything to add?

      posted in Feedback
      Tyller_
      Tyller_
    • RE: Scroll wheel should be use as zoom instead of scroll in Creaticode Create

      @info-creaticode an idea is to have control + scroll or shift + scroll (dont remember if there’s any browser keybinds for control and scroll) zooms it, it would make navigation quicker without removing the original functionality

      posted in Feedback
      Tyller_
      Tyller_
    • RE: New block -- "When stop sign pressed"

      @info-creaticode I think their intent is what projects do with a sort of thumbnail, it’s purpose (as far as I know) is to not make the project look “ugly” when you stop it mid way due to clones disappearing, projects do this via having a sprite always ontop that when the green flag is pressed, sets its ghost effect to 100, whenever the stop sign is pressed all visual effects disable, so when they press the stop sign the ghost effect goes to 0 and it shows the sort of thumbnail, this would be for effectively doing that, though my example provides a valid reason for this to be another method of gracefully stopping a cloud based project where flat out stopping it could result in other sessions being made worse

      posted in Feedback
      Tyller_
      Tyller_
    • RE: New block -- "When stop sign pressed"

      @the_true_odst I think this has been stated before, though it could be helpful, the intent of the stop sign is to stop the project, though I think this feature would be very useful for the intent of safe stopping, maybe have it so that if a user tries to close a project tab it triggers this block aswell

      posted in Feedback
      Tyller_
      Tyller_
    • RE: drop down menu

      does a when changed on the dropdown work?

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

      @jeffreyrb03-gmail this would make creaticode more of a base template, though ig all the new blocks would be offic al, it would be very similar to turborwarp but with more verification on new blocks, also there are (likely) some features that couldn’t run in a html file, though with exe’s you can use electron preload to effectively simulate a server (I made a small script for testing on vscode.dev via remote tunnels that mimicked electron handlers)

      posted in Test
      Tyller_
      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_