Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » Scratch + HTML
- ezl1001
-
Scratcher
4 posts
Scratch + HTML
There should be and extension that allows scratchers to write HTML on the screen or in text using blocks, so it would be possible to make browsers and hyperlinks.
when green flag clicked
forever
if <[scratchversion] < [4]> then
say [We need HTML Blocks]
else
say [Yay! HTML!]
end
end
- Sheep_maker
-
Scratcher
1000+ posts
Scratch + HTML
Specifically what blocks should there be? Should JavaScript be able to run? How should it prevent people from, for example, making a form that asks for people's passwords which posts the data to some external website upon submission? Should there be a whitelist for links?
- jishiha
-
Scratcher
60 posts
Scratch + HTML
I made scratch2html(http://www.scratch2html.com/) based on ScratchX. This was an experimental version and can do very few things, like this.

I can port it to the customized version of Scratch 3, if this seems interesting to a certain number of people.

I can port it to the customized version of Scratch 3, if this seems interesting to a certain number of people.
- B0o0lean
-
Scratcher
1000+ posts
Scratch + HTML
I made scratch2html(http://www.scratch2html.com/) based on ScratchX. This was an experimental version and can do very few things, like this.seems interesting to me lol
I can port it to the customized version of Scratch 3, if this seems interesting to a certain number of people.
- bubsy_3dee
-
Scratcher
4 posts
Scratch + HTML
Jishiha, It would be amazing if you could do that! Please consider it!
- ironrory
-
Scratcher
7 posts
Scratch + HTML
There should be and extension that allows scratchers to write HTML on the screen or in text using blocks, so it would be possible to make browsers and hyperlinks.Do you mean like:when green flag clicked
forever
if <[scratchversion] < [4]> then
say [We need HTML Blocks]
else
say [Yay! HTML!]
end
end
when green flag clickedBecause if you mean just uploading HTML code you can do that in ScratchX.
[<!doctype html> v]::#a9a9a9
[<html> v]::#800080
[<p> v][Hello World][</p> v]::#00ffaa
[</html> v]::#800080
NOTE: This is my first post with scratchblocks
Last edited by ironrory (Nov. 3, 2019 14:57:01)
- TheHeadcrab257Update
-
Scratcher
4 posts
Scratch + HTML
when green flag clicked
forever
turn cw (5) degrees
end
- hocsten
-
Scratcher
100+ posts
Scratch + HTML
Don’t necropostwhen green flag clicked
forever
turn cw (5) degrees
end
- Discussion Forums
- » Developing Scratch Extensions
-
» Scratch + HTML






