Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratch 3 editor on a html file
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
Is there a way to run the Scratch 3 editor on a html file? If so, how do I?
Last edited by AndrewB1501 (June 3, 2023 22:13:52)
- ajskateboarder
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
You can use the TurboWarp packager
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
You can use the TurboWarp packagerI meant using the programming language. Like coding a project and whatever else is in the Scratch editor.
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
Not playing a project.You can use the TurboWarp packagerI meant using the programming language. Like coding a project and whatever else is in the Scratch editor.
- ajskateboarder
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
Well, you can't really do that. HTML is a markup language, it doesn't give a way to write logic.Not playing a project.You can use the TurboWarp packagerI meant using the programming language. Like coding a project and whatever else is in the Scratch editor.
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
You can do it with Snap! so I could use that instead.Well, you can't really do that. HTML is a markup language, it doesn't give a way to write logic.Not playing a project.You can use the TurboWarp packagerI meant using the programming language. Like coding a project and whatever else is in the Scratch editor.
- ajskateboarder
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
How so?Well, you can't really do that. HTML is a markup language, it doesn't give a way to write logic.You can do it with Snap! so I could use that instead.
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
Here.How so?Well, you can't really do that. HTML is a markup language, it doesn't give a way to write logic.You can do it with Snap! so I could use that instead.
And you would click “Source code (zip)” then it's a html file. snap.html is what you would be looking for
Last edited by AndrewB1501 (June 3, 2023 22:24:53)
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
Here.How so?Well, you can't really do that. HTML is a markup language, it doesn't give a way to write logic.You can do it with Snap! so I could use that instead.
And you would click “Source code (zip)” then it's a html file. snap.html is what you would be looking for
Last edited by AndrewB1501 (June 3, 2023 23:26:29)
- Redstone1080
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
As far as I know, no one has run it from a single file yet, so these are your best options:
You can download the offline editor if you wish, or you can run Scratch locally by following these steps. (The latter is much more advanced, however.)
You can download the offline editor if you wish, or you can run Scratch locally by following these steps. (The latter is much more advanced, however.)
Last edited by Redstone1080 (June 3, 2023 23:43:41)
- Marc92020
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
i tried but ended up with this unusable mess


- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
i tried but ended up with this unusable messThat also happened for me. Unusable
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
i tried but ended up with this unusable messNo one has run it from a single file yet.
- AndrewB1501
-
Scratcher
500+ posts
Scratch 3 editor on a html file
There might be scratch html stuff on GitHub.(#12)i tried adding scratch.mit.edu to anything that was just /-page here- but i got too tired of iti tried but ended up with this unusable messThat also happened for me. Unusable
also scratch has way too much css
- CST1229
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
A multi-file (it's an HTML file, but also has other stuff and not just a single HTML file) version can be found at scratch-gui's gh-pages branch, in the develop folder. You can download it with something like download-directory.github.io (although it may take a while).
Last edited by CST1229 (June 11, 2023 05:23:32)
- mybearworld
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
(#16)It took longer extracting it than to actually download it
A multi-file (it's an HTML file, but also has other stuff and not just a single HTML file) version can be found at scratch-gui's gh-pages branch, in the develop folder. You can download it with something like download-directory.github.io (although it may take a while).
And that does work.I also tried downloading the source of https://scratch.mit.edu/create/ and adding a <base href="https://scratch.mit.edu" />, but it gave me this.

(#11)However you did that would probably work with a <base> tag.
i tried but ended up with this unusable mess
Last edited by mybearworld (June 11, 2023 15:57:31)
- Marc92020
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
(#17)where would it go(#16)It took longer extracting it than to actually download it
A multi-file (it's an HTML file, but also has other stuff and not just a single HTML file) version can be found at scratch-gui's gh-pages branch, in the develop folder. You can download it with something like download-directory.github.io (although it may take a while).And that does work.
I also tried downloading the source of https://scratch.mit.edu/create/ and adding a <base href="https://scratch.mit.edu" />, but it gave me this.(#11)However you did that would probably work with a <base> tag.
i tried but ended up with this unusable mess
- mybearworld
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
(#18)In the <head> tag(#17)where would it go(#16)It took longer extracting it than to actually download it
A multi-file (it's an HTML file, but also has other stuff and not just a single HTML file) version can be found at scratch-gui's gh-pages branch, in the develop folder. You can download it with something like download-directory.github.io (although it may take a while).And that does work.
I also tried downloading the source of https://scratch.mit.edu/create/ and adding a <base href="https://scratch.mit.edu" />, but it gave me this.(#11)However you did that would probably work with a <base> tag.
i tried but ended up with this unusable mess
- Marc92020
-
Scratcher
1000+ posts
Scratch 3 editor on a html file
(#19)what do i put in the base tag(#18)In the <head> tag(#17)where would it go(#16)It took longer extracting it than to actually download it
A multi-file (it's an HTML file, but also has other stuff and not just a single HTML file) version can be found at scratch-gui's gh-pages branch, in the develop folder. You can download it with something like download-directory.github.io (although it may take a while).And that does work.
I also tried downloading the source of https://scratch.mit.edu/create/ and adding a <base href="https://scratch.mit.edu" />, but it gave me this.(#11)However you did that would probably work with a <base> tag.
i tried but ended up with this unusable mess
- Discussion Forums
- » Advanced Topics
-
» Scratch 3 editor on a html file





