Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Websites made out of scratch? Html embeded
- CatIsFluffy
-
100+ posts
Websites made out of scratch? Html embeded
Can you put this online? I'd like to see those hat-c-cap blocks. (And do you need to use hat-c-caps? Hat blocks should work just fine.)at risk of feeding a necropostSweet, I'd have to show my it teacher xD
This thread inspired me to spend my afternoon modding Snap! into a webdev tool, and I'm excited by my progress. Nothing does anything yet, but I've removed the motion, looks, sounds, and pen categories and added blocks to 3 new categories: elements (blue), style (purple), and DOM (green). I also added a new reporter shape for elements and figured out how to make a hat-c-cap block:
I'm thinking the stage will become a webview and the green flag will act as a reload button, not sure what to do about the sprites panel tho. My original plan was to change the scripts/costumes/sounds tabs into Elements/Styles/Scripts, but I dunno how to do that yet.
- Jonathan50
-
1000+ posts
Websites made out of scratch? Html embeded
Please don't necropost (post on really old topics which aren't relevant anymore)Can you put this online? I'd like to see those hat-c-cap blocks. (And do you need to use hat-c-caps? Hat blocks should work just fine.)at risk of feeding a necropostSweet, I'd have to show my it teacher xD
This thread inspired me to spend my afternoon modding Snap! into a webdev tool, and I'm excited by my progress. Nothing does anything yet, but I've removed the motion, looks, sounds, and pen categories and added blocks to 3 new categories: elements (blue), style (purple), and DOM (green). I also added a new reporter shape for elements and figured out how to make a hat-c-cap block:
I'm thinking the stage will become a webview and the green flag will act as a reload button, not sure what to do about the sprites panel tho. My original plan was to change the scripts/costumes/sounds tabs into Elements/Styles/Scripts, but I dunno how to do that yet.
- NoMod-Programming
-
1000+ posts
Websites made out of scratch? Html embeded
Elemental was supposed to be a Web Blox revamp. I dunno what happened to it, though…
- sam2016___
-
100+ posts
Websites made out of scratch? Html embeded
It is quite good, but it's more of html blocks rather than an easy coding language.There was a mod called Web Blox, it was scratch but all normal blocks were removed and replaced with HTML blocks, the user could run the code In a browser and then export the real HTML code. Scratch is not designed for designing websites, but I do like the idea of a block based web programming system.
I'll add that onto my list of ideas.
- dice6
-
48 posts
Websites made out of scratch? Html embeded
Me, but now I don't have my computer (I'm on a phone)http://wiki.scratch.mit.edu/wiki/Web_Blox_%28Scratch_Modification%29 and http://web-blox.weebly.com/There was a mod called Web Blox, it was scratch but all normal blocks were removed and replaced with HTML blocks, the user could run the code In a browser and then export the real HTML code. Scratch is not designed for designing websites, but I do like the idea of a block based web programming system.
I'll add that onto my list of ideas.
Edit: Looks like the download is gone. Anyone happen to have a copy lying around?
- borismikuccs
-
20 posts
Websites made out of scratch? Html embeded
Blocks don't work well for markup. Scratch blocks don't work well for markup in general. They actually work quite well for HTML, because HTML and Scratch are both essentially just syntax trees:
You'd probably want blocks that snap onto the ends of those C blocks for attributes, but you get the idea.
Link for downloading this mod?
Last edited by borismikuccs (Aug. 6, 2017 18:39:10)
- connor24
-
3 posts
Websites made out of scratch? Html embeded
This is a basic Web Block remake using scratch-blocks: HTMLBlocks
- ninjagolloyd
-
500+ posts
Websites made out of scratch? Html embeded
Please don't necro snip
Link for downloading this mod?
- BeepSheep254
-
94 posts
Websites made out of scratch? Html embeded
That's a extension info quote.[image]n, I'm offended! You could totally have used that scratchblocks feature you came up with the syntax for:
You'd probably want blocks that snap onto the ends of those C blocks for attributes, but you get the idea.doctype [HTML5 v] :: extension hat
html :: extension cstart
head :: extension cstart
title :: extension cstart
text [A document] :: extension
end
end
body :: extension cstart
heading 1 :: extension cstart
text [Hello] :: extension
end
paragraph :: extension cstart
text [This is some text in a paragraph.] :: extension
end
end
end
- evans2677
-
37 posts
Websites made out of scratch? Html embeded
idk I found this https://penguinmod.com
- evans2677
-
37 posts
Websites made out of scratch? Html embeded
try this https://turbowarp.org
- BigNate469
-
1000+ posts
Websites made out of scratch? Html embeded
https://penguinmod.comThis topic has been inactive since 2019. Please don't necropost- that's when you post in an old and inactive topic. idk I found this
If you want a webpage with a scratch project, use the Turbowarp packager at https://packager.turbowarp.org
- Discussion Forums
- » Advanced Topics
-
» Websites made out of scratch? Html embeded