Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » Browsing the Web
- PenguinAnimatesGames
-
Scratcher
19 posts
Browsing the Web
I thought we could add a “browse the web” extension. See the blocks below:
set sprite [ScratchCat v] to new Web Browser::#1FAD55
open site [scratch.mit.edu] on Web Browser [ScratchCat v]::#1FAD55
reset Web Browser [ScratchCat v] to sprite::#1FAD55
set display style of Web Browser [ScratchCat v] to [fullscreen v]::#1FAD55
site of browser [ScratchCat v]::#1FAD55 reporter
is sprite [ScratchCat v] Browser?::#1FAD55 boolean
- r3hehehehehhe
-
Scratcher
100+ posts
Browsing the Web
I thought we could add a “browse the web” extension. See the blocks below:that wouldn't work, because of inappropriate and malicious sitesset sprite [ScratchCat v] to new Web Browser::#1FAD55
open site [scratch.mit.edu] on Web Browser [ScratchCat v]::#1FAD55
reset Web Browser [ScratchCat v] to sprite::#1FAD55
set display style of Web Browser [ScratchCat v] to [fullscreen v]::#1FAD55
site of browser [ScratchCat v]::#1FAD55 reporter
is sprite [ScratchCat v] Browser?::#1FAD55 boolean
- PenguinAnimatesGames
-
Scratcher
19 posts
Browsing the Web
We could add a malicious website blocker?I thought we could add a “browse the web” extension. See the blocks below:that wouldn't work, because of inappropriate and malicious sitesset sprite [ScratchCat v] to new Web Browser::#1FAD55
open site [scratch.mit.edu] on Web Browser [ScratchCat v]::#1FAD55
reset Web Browser [ScratchCat v] to sprite::#1FAD55
set display style of Web Browser [ScratchCat v] to [fullscreen v]::#1FAD55
site of browser [ScratchCat v]::#1FAD55 reporter
is sprite [ScratchCat v] Browser?::#1FAD55 boolean
- Discussion Forums
- » Developing Scratch Extensions
-
» Browsing the Web