CST1229

Results 160 comments of CST1229
trafficstars

this was removed because it was buggy and also broken by later Scratch changes

This could probably be put in Sensing+.

> I just want to ask for curiosity sake, but what is this extension for and how does it work? I assume it's basically like Temporary Variables' thread variables, but...

Scratch internally has a bitmapResolution parameter for costumes, where, for example, a value of 1 is essentially a 480x360 canvas, and 2 is 960x720 (the usual one). Maybe that could...

> If there was an extension that allowed you to add a file using just it's data - which please let me know if you did because it would be...

Kind of. If you just want to save game data, use the Local Storage extension. Browsers don't let websites access arbitrary files on your filesystem without file prompts (though the...

> i've just been trying to add my extension and there was always something that came up! But i guess i just gotta play the waiting game... Don't expect pull...

> I worry that projects might abuse this to take up lots of storage on users' devices, and local storage is fine for the most common use cases. Does IndexedDB...

https://docs.turbowarp.org/development/extensions/introduction

> breh, how am i supposed to test if im not using localhost ~~use localhost (`npm ci` then `npm run dev` in the repo directory)~~ wait nvm this is for...