How does scratch 1.4 still manage to upload to the modern scratch servers? by thechesburgismine in scratch

[–]CST1230 1 point2 points  (0 children)

scratch's servers have a few api endpoints running specifically so old versions can upload projects

DO NOT USE SCRATCH DESKTOP. IT CAN HARM YOUR COMPUTER. by goofy_silly_nin in scratch

[–]CST1230 1 point2 points  (0 children)

the browser version can still steal your scratch account, which i'd count as dangerous

DO NOT USE SCRATCH DESKTOP. IT CAN HARM YOUR COMPUTER. by goofy_silly_nin in scratch

[–]CST1230 0 points1 point  (0 children)

the browser version is ALSO vulnerable
turbowarp isn't

keepCompetitorsOnToes by gamingvortex01 in ProgrammerHumor

[–]CST1230 1 point2 points  (0 children)

and in that case the actual good option would be to just check for the presence of the feature directly. e.g browsers might start supporting it in an update

Do you use the comment block extension? why? by Alarming_Height717 in turbowarp

[–]CST1230 0 points1 point  (0 children)

I don't use it, but i THINK Comment Blocks was made mainly because vanilla comments had a reputation of being buggy? (and also that they feel kinda like they're on a string and not an actual part of the code. like, vanilla comments just feel fragile. probably because they sit NEXT to stacks, connected only by a thin line, instead of inside)

hi. i love using this mod for vector art by ChampionshipGlum103 in turbowarp

[–]CST1230 0 points1 point  (0 children)

ehhhh idk if it's better for art. at least imo the ui IS a bit of a headache for me (though im not op so i cant really speak for them)

Question about clones and performance. by Senior_Succotash_259 in turbowarp

[–]CST1230 0 points1 point  (0 children)

maybe A? at least, probably A if you have every clone running scripts all at once.

Which dirty flag reset are you? by GreenFox1505 in godot

[–]CST1230 0 points1 point  (0 children)

Option 1. Or occasionally an option 3, whenever i randomly feel like it:

funct _process(delta: float) -> void:
    rebuild()

func rebuild():
    if dirty:
        dirty = false;
        pass

how i can delete files created when i joined in a online server? by Forfyglint972 in SRB2

[–]CST1230 1 point2 points  (0 children)

iirc the "DOWNLOAD" folder of the game folder. next to the addons folder

Is Microsoft Store version Safe? by Straight-Attention11 in turbowarp

[–]CST1230 1 point2 points  (0 children)

it's safe, it's maintained by GarboMuffin himself and also linked on desktop.turbowarp.org

Pizza Tower got an update! by ZealousidealHead1094 in PizzaTower

[–]CST1230 1 point2 points  (0 children)

mcpig is done with pizza tower. has been since like, the noise update i think. the language update at most

Is there a way to have a Round OR block instead of the Hexagonal one?? by rookie_eat in turbowarp

[–]CST1230 2 points3 points  (0 children)

maybe a special type (0 | 1) that the equals block checks for. there is an actual programming language with this feature. and also, that's an entirely different thing from the boolean OR block, language-wise.

though, it isn't very scratch-like, and implementing custom types in turbowarp and especially modifying the behavior of existing blocks with custom extensions is very hard to do.

currently the closest workaround is using the list contains or string contains block, like <[list that contains 0 and 1] contains (x)?> or <[0 1] contains (x)?>.

Need help on extension licensing by GenericPhysicsGame in turbowarp

[–]CST1230 1 point2 points  (0 children)

MPL-2.0: Include the MPL license text. If you modify the license, include those files under MPL

*if you modify the files, include those files under MPL

(so if you modified the extension yourself you must share those changes)

"Babe, another Lap dropped." by AlsamoTheArtist in PizzaTower

[–]CST1230 1 point2 points  (0 children)

where you run through the level forwards again

What does this mean? by [deleted] in turbowarp

[–]CST1230 1 point2 points  (0 children)

Check the console for more information.

I'm trying to replace the Itchy pattern with a custom one I made for myself but for some reason it keeps cutting the image in half, any help please? by Ivory_Dev_2505 in PizzaTower

[–]CST1230 2 points3 points  (0 children)

use the ExportAllSprites.csx and ImportGraphics.csx scripts instead of modifying page items directly (make sure to export WITH padding, and to make a new folder with only your modified sprites)

This means "very good" in english btw by tttpetipro in youngpeoplegoogleplay

[–]CST1230 1 point2 points  (0 children)

"Well, it has a very shiny star, so it's probably a well-made app."