Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » Invisible Code in Scratch Project?
- Rico1234567889second
-
Scratcher
12 posts
Invisible Code in Scratch Project?
Hello! I was recently messing around with the Scratch App, and when uploading a project, noticed that the code was invisible, yet still works.
https://scratch.mit.edu/projects/839887169/ here is the link
https://scratch.mit.edu/projects/839887169/ here is the link
Last edited by Rico1234567889second (April 24, 2023 01:52:14)
- medians
-
Scratcher
1000+ posts
Invisible Code in Scratch Project?
Yeah there’s an issue with 2.0 and 1.x projects where if you upload it to 3.0, it does that. This also broke existing projects.
Edit: I would have to guess that it's the say block after the stop all block right at the end of the script:

Edit 2: yep that's it, remove it and it's visible.
Edit: I would have to guess that it's the say block after the stop all block right at the end of the script:

Edit 2: yep that's it, remove it and it's visible.
Last edited by medians (April 24, 2023 02:04:22)
- Rico1234567889second
-
Scratcher
12 posts
Invisible Code in Scratch Project?
ok thanks! def an interesting one
- Rico1234567889second
-
Scratcher
12 posts
Invisible Code in Scratch Project?
would it also have to do with scratch 1.0 and not 1.4?
- medians
-
Scratcher
1000+ posts
Invisible Code in Scratch Project?
would it also have to do with scratch 1.0 and not 1.4?Probably 1.0 because of the fact that the cap block shape for the stop all block was not implemented yet, meaning you could put blocks after it like in your project.
- Discussion Forums
- » Bugs and Glitches
-
» Invisible Code in Scratch Project?