Alex

Results 330 comments of Alex

I mean that we should add support for deleting scratches, and if we do that then archiving probably isnt needed

> Do we implement proper speech bubbles Yes. Especially because `window.alert()` completely pauses all JavaScript, which is completely different to the way the say et al. blocks work. What would...

> it seems unnecessarily restrictive to carry this idea over to scratch-js So something more like ```js const meowth = new Cat() // ie. not automagically instanciated by Project meowth.myVariable...

I'd lean for having this library be small and compact, focusing on decent design decisions rather than replicating weird Scratch behaviour. We can always make a compatability wrapper (polyfill!) to...

`const scratch = require('scratch-js/compat3')`, then use the library as normal. It'd be a wrapper.

I would wholeheartedly recommend [PixiJS](https://www.pixijs.com/) as your WebGL renderer. Maintaining shaders and other fancy WebGL stuff isn't really worth the development and maintainance time within the scope of ScratchJS.

Also, we should have him send a message when deployment starts (and potentially delete it after deployment is done)

https://www.reddit.com/r/discordapp/comments/82p8i6/a_basic_tutorial_on_how_to_get_the_most_out_of/

Some notes - Make projectfunction just a scratch owned by a project, pushing, updating etc funcs should just be normal scratch api calls - Link to project from scratches -...