This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-02-09 20:37:37

LeDerpy123
Scratcher
Registered: 2013-01-26
Posts: 100+

Open external link

How about something like

when [Internet App] clicked
Open [www.bing.com v] in [Chrome v] browser
broadcast [internet opened] and wait


http://www.winpenpack.com/en/e107_files/downloadthumbs/logo_mixxx.png

Offline

 

#2 2013-02-11 12:44:19

firedrake969_test
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Open external link

No.

open [freeviruses.com]


Alt of Firedrake969.

Offline

 

#3 2013-02-11 13:28:04

zammer990
Scratcher
Registered: 2012-01-22
Posts: 500+

Re: Open external link

firedrake969_test wrote:

No.

open [freeviruses.com]

open [enter inappropriate website]
I think these prove the point (miswrote so no mods pick up on inappropriate sites)

Last edited by Paddle2See (2013-02-11 14:37:26)


http://i45.tinypic.com/2ynq7nn.jpg Play now!

Offline

 

#4 2013-02-11 13:31:32

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Open external link

firedrake969_test wrote:

No.

open [freeviruses.com]


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#5 2013-02-11 16:33:59

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: Open external link

Yes, if used well it could be useful, but the danger caused by something such as this would be ridiculous.

Offline

 

#6 2013-02-11 16:48:33

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: Open external link

I don't support.


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#7 2013-02-11 17:50:30

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Open external link

repeat (5000)
open [randomvirussite.com] in [Chrome v] browser
end

Last edited by jvvg (2013-02-11 17:50:39)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#8 2013-02-11 18:09:51

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Open external link

Also, what if I only had IE and Firefox, but not Chrome?


Who would win, SOPA or PIPA?

Offline

 

#9 2013-02-11 19:54:43

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Open external link

One thing people are forgetting about this suggestion is that it's a dropdown for the website, not a text input (unless that was a mistake). Therefore, they'd be able to limit the options. It's an interesting idea, but not one I support just because I don't want random windows popping up. I would support having an external link in something like a text bubble, however.


Posts: 20000 - Show all posts

Offline

 

#10 2013-02-11 19:58:09

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Open external link

veggieman001 wrote:

One thing people are forgetting about this suggestion is that it's a dropdown for the website, not a text input (unless that was a mistake). Therefore, they'd be able to limit the options.

when gf clicked
repeat ((100) * (100))
open [www.bing.com v] in [Chrome v] browser
end
...no.

Last edited by jvvg (2013-02-11 19:58:57)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#11 2013-02-11 20:01:02

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Open external link

jvvg wrote:

veggieman001 wrote:

One thing people are forgetting about this suggestion is that it's a dropdown for the website, not a text input (unless that was a mistake). Therefore, they'd be able to limit the options.

when gf clicked
repeat ((100) * (100))
open [www.bing.com v] in [Chrome v] browser
end
...no.

It doesn't solve that problem but it solves the issue of malicious websites.
I never said it was foolproof; I oppose it in part because it's not.


Posts: 20000 - Show all posts

Offline

 

#12 2013-02-11 21:34:38

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Open external link

Someone could crash someone's computer by doing this:

when gf clicked
forever
open [scratch.mit.edu v] in [firefox v] browser


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#13 2013-02-12 15:04:44

LeDerpy123
Scratcher
Registered: 2013-01-26
Posts: 100+

Re: Open external link

What about for Scratch OS's with importable apps? Visit the OS's "website" and download them from there.

when sprite 1 clicked
open ["OS app page on scratch"] in project
and then

when app 1 clicked
run virus scan on [app 1 v]
if <(virus) = (no)>
download [app 1]
import [app 1] into [home menu v]
end
if <(virus) = (yes)>
cancel download

Simple as that.


http://www.winpenpack.com/en/e107_files/downloadthumbs/logo_mixxx.png

Offline

 

#14 2013-02-12 15:17:30

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Open external link

LeDerpy123 wrote:

What about for Scratch OS's with importable apps? Visit the OS's "website" and download them from there.

when sprite 1 clicked
open ["OS app page on scratch"] in project
and then

when app 1 clicked
run virus scan on [app 1 v]
if <(virus) = (no)>
download [app 1]
import [app 1] into [home menu v]
end
if <(virus) = (yes)>
cancel download
Simple as that.

It would take a huge amount of development resources to program a virus scanner to test URLs for a feature we don't really even need. It's not as simple as you portray it.

Last edited by jvvg (2013-02-12 15:17:51)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#15 2013-02-12 18:13:22

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Open external link

jvvg wrote:

LeDerpy123 wrote:

What about for Scratch OS's with importable apps? Visit the OS's "website" and download them from there.

when sprite 1 clicked
open ["OS app page on scratch"] in project
and then

when app 1 clicked
run virus scan on [app 1 v]
if <(virus) = (no)>
download [app 1]
import [app 1] into [home menu v]
end
if <(virus) = (yes)>
cancel download
Simple as that.

It would take a huge amount of development resources to program a virus scanner to test URLs for a feature we don't really even need. It's not as simple as you portray it.

I'm pretty sure you can do this with oter programs like Flash or Java....


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

Board footer