-
Can you add a offline program that isn't a web server, because the website is insecure and i wan't to make my project while not having a internet connection like the original Scratch program but you c…
-
Hi, I was trying to connect a little piece of very common hardware to ScratchX using the serial. I got the "green light" when they connected but they can't communicate since for some reason `set_recei…
-
Hi,
I am running a local version of Scratchx in rural schools w/o broadband as per issue #38 and
it is working fine, thanks! However, I'm finding the missing sprite library quite a nuisance to youn…
-
The plugin crashes while trying to load a project that uses the Scratch Browser Plugin on Windows 8.1
Chrome 43: The editor fails to load and instead displays the "Aw Snap!" error message
Firefox 38.…
-
Could we please get a boolean reporter block that "waits"? (behaves like a 'R' block?)
Thanks!
-
Needs to be updated to look like 3.0
-
Firefox Developer Edition, 66.0b12 (64-bit)
MacOS Mojave, 10.14.3 (18D109)
When trying to save, I get the following error in the console:
```
10:39:39 AM | err | [IOErrorEvent type="ioError" b…
-
I am creating a ScratchX extension, and have the code
var descriptor = {
blocks: [
[' ', 'Connect to IP %m.ipSelection', 'ipConnect', 3]
],
menus: {
ipSelection: ['Loading…
-
After a lot of experimentation, I was finally able to get the following code to run - http://screencast.com/t/3pQu4Nu7 - generating a pop and moving the servo between two positions. I did a Save Proje…
-
Would it be possible to add more detail in the wiki about how a hat block method is actually called?
I was expecting to see some kind of event listener registration but in the wiki and the example p…