@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
-
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
-
RE: Multiplayer 3D games
@jeffreyrb03-gmail I’ve made a very simple multiplayer 3d game already, it works as long as cloud blocks were fixxed again https://play.creaticode.com/projects/65fb35e512caa07f9f906ea0
edit: cloud blocks still dont work, you’d have to migrate it to multiplayer blocks
-
Able to set list item to slider and error project
I have found while making* something that you can set an item in a list (or it might do it to the whole list) to a slider, and if you touch it (that’s what I did at least) it acts like a variable slider, but r the green flag no longer works and if you leave and go back to the editor or go to a project panel with that project, it will show an error saying it has crashed and it has been reported to the CreatiCode team, I have noticed with several of my projects sometimes they will start to error when I try to reopen them or after refreshing and I can never use them again
PS: if you see this and aren’t a member of the CreatiCode team, just know DO NOT TRY SETTING A LIST TO SLIDER AND IF YOU DO THEN DO NOT TOUCH THE SLIDER BAR
-
RE: Halo ODST
@011830-0a42ef84 making it be in front of the camera as a flat wad object is possible, but it has a quite noticeable movement lag behind, which would be the same with a 3D object doing the same thing, actually there is a way, you can attach the camera to objects which is how you make it be the head of the player smoothly, you could merge the player controller into the 3Dified 2D object (because merging an object with more than one color on it into one which only has one overrides it) and hope it doesn’t try wrapping the texture around the player collider
Edit: Nvm you can just set the camera as it’s parent, I forgot that exists
Second edit was properly wording my stuff
Latest posts made by Tyller_
-
RE: Concept of how to make something with google sheets
@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
-
RE: Hitbox Help
@s9205307-810c679a You want a compound body (I think thats what it’s called) not a convex hull
-
RE: Concept of how to make something with google sheets
@info-creaticode I think I can have each instance of a user in a world be a separate column in a messages table, then I fetch it all and just filter through all columns (actually I may have it go a row per user so I can fetch it by the entire row) for any rows that are for the world (semi complex filter with row number of item containing and some smart data formatting), put them in a separate table/list, and append them to the chat, though a new tab/sheet block would be quite nice and likely convient for quite a few projects with google sheets
-
RE: Concept of how to make something with google sheets
@info-creaticode that’s a really good idea, though the issue is how would I do per world, now that I think about it I could use the same method but with a massive sheet of all the worlds and users, and use a mark system or a user data sheet for what worlds a user is in, thank you for giving me the idea! (any suggestions on what I’ve said more of would be appreciated)
-
Concept of how to make something with google sheets
(This is a question targeted towards ppl like Jeff who may have experience with stuff like this)
I have decided I’ll use google sheets for my chat room project after creaticode mentioned it had a limited number of rows, my question is, I need some ideas for how I would do this. I have a few ideas but what to know if anybody has any other ones, I just want to not have to read the sheet every time I write (to check for next message) because if people send messages too quickly next to each other, it could overwrite. Any ideas are appreciated
-
RE: Goofy Tower Defense
@011830-0a42ef84 wdym upgraded ui? for any upgrades you would just use different costumes, plus widgets would be best for any ui elements
-
RE: Relay | Online Chatting Platform!
@s9205307-810c679a I was talking about the static desktop background
-
RE: Set rotation speed for "motion" category
@011830-0a42ef84 the issue is you’ll need projectile/bullet speed first (or just detections on if a unit is pointing at an enemy so when it shoots it should actually damage an enemy)
-
RE: Google Sheets writing permissions
@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
-
Google Sheets writing permissions
is there a more secure way to set google sheets write perms? You could add a sort of authentication thing in the my stuff page, where you can add something like a proxy link to reference in projects. So you can write to the link and it will tell the server/your device (I think my quick research has lead to inconclusive results on the google sheets cors policy) to write/read that google sheet, and you could either authorize projects to use the link or only allow your own projects to use the link. I can try to simplify/provide an example if needed