@info-creaticode also I have found data saving blocks output error 500 in the console when I try to use them
Tyller_
@Tyller_
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.
Best posts made by Tyller_
-
RE: Cloud Blocks dont work
-
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
-
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
-
ChatGPT responds in chinese
ChatGPT is responding in Chinese, I have tested this in multiple projects https://play.creaticode.com/projects/66c8d5b9fc1061dacb9fafbe
-
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 -
RE: Halo ODST
@011830-0a42ef84 the tutorials already available should be able to help you enough, they should be easy to find
-
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
-
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
-
Current error with accessing the website
Currently you are inable to access the website, the developer console shows a bunch of error code 500s
-
RE: Importing glitch
@s9205307-810c679a I’ve seen that, for some reason they still function as whatever they were but they show as that
Latest posts made by Tyller_
-
RE: Is it possible to code this?
@blujey1294-328b9bc4 you have to do forever loops so the x and y variable places are set to the brains x and y, and the PlayerX and PlayerY are set to the x and y of the player in a forever loop. I can make an example if necessary
-
RE: Is it possible to code this?
@blujey1294-328b9bc4 This should work (I haven’t tested but it should), the letter 5 and 6 of clone id are for the - and + symbols, and the dupe prefix is to make it different from other clones
edit: that go to should be in a forever loop*, and you can add a ghost effect based on boss health
-
RE: Is it possible to code this?
@blujey1294-328b9bc4 you can try this logic:
Create 3 clones
each clone has a unique id (for complex and less repeated you can try something like -+ ± and --, for each axis and diagonal)
handle each clone id under three if else statements
have two variables for the original sprites x and y, and the players x and y
each clone does the following:
subtract the sprites x and y variables from the players x and y variables
then for each individual clone:
-the first clone multiples the x by -1 and doesn’t touch the y
-the second clone doesn’t touch the x and multiplies the y by -1
-the third clone multiples both the x and y by -1
the players x and y are added back
each clone goes to these final resultsBasically this reflects the x and y across the corresponding axises for each clone, treating the player x and y as the origin point
I can make an example set of operator blocks to show how to do all this math
-
RE: I need help with my chatting system
@info-creaticode IT would allow me to have each client receive only hte user id from another client in a message broadcast (instead of both the user id and the user pfp url) and then get the url of that person and their pfp, basically not having to use the broadcast message to send data the receiving client could of interpreted (I believe i send the user id through the broadcast message, if I don’t then I probably will add that because it’s less length than a url, if broadcast messages have a length limit)
-
RE: I need help with my chatting system
@info-creaticode can it be made to have an input for their user id so I don’t need to send the pfp along the rest of the message?
-
RE: Code block presets?
@jd131111 this would be like a public backpack with verification to submit to it
-
RE: Error with forums
@jd131111 oh I see it its this (more context in this photo) it does indeed go there
-
RE: Error with forums
@jd131111 you sure it sends you there when you click the clock icon? it’s labeled with rss, I get sent to https://forum.creaticode.com/recent instead