Discuss Scratch

guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

Hey, can you fix these following blocks? : )

Here's the blocks:

(internal volume ::sound)

create variable [] for all sprites <> ::variables

delete variable [] ::variables

move [ v] to x:(10) y:(10) ::variables

set [ v] style to [ v] ::variables

set [ v] color to [#ff0000] ::variables

(cookie variable [] ::variables) //It is a cookie symbole but i can't write that, so I'm using this instead. : )

set cookie variable [] to [] ::variables

change cookie variable [] by (10) ::variables

(load text from file ::#3300cc)

(load text from line (10) of file ::#3300cc)

load text file to list [ v] ::#3300cc

export list [ v] to text file ::#3300cc

(read url [http://www.google.com] ::#3300cc)

(read line (1) of url [http://www/google.com] ::#3300cc

connect to ip [127.0.0.0] port [80] ::#33cccc

disconnect ::#33cccc

(connection status ::#33cccc)

send [] ::#33cccc

when I recieve [] ::#33cccc hat

(custom dialog [][][][][][][][][] ::#cccc66)

(last custom dialog entry ::#cccc66)

([checkboxes v] with options [][][][] ::#cccc66)

([string v] field with name [] and default input [] ::#cccc66)

(buttons [OK][Cancel][][] ::#cccc66)

close all dialogs ::#cccc66
Can you fix the blocks please?

This signature has been eaten.
guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

megafish

This signature has been eaten.
TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

I have concerns about the
open url [http://www.google.com] :: #0000FF
block. It can open unsafe sites that can hack unsuspecting people's computers. At least at a yes/no dialog that asks if you want to go to url urlhere.com.

Come check out Sonic LUX, my Sonic thing!
guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

megafish

This signature has been eaten.
guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

GRA0007 wrote:

goldfish678 wrote:

What does dev mode do?
All it does right now is show the motion blocks for the stage, but in the future, I'm hoping it will hide all the uncoded (grey) blocks unless dev mode is on.
megafish

This signature has been eaten.
guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

megafish

This signature has been eaten.
TheYellowTeam
Scratcher
24 posts

Blue 1.4β, a Scratch 2.0 Mod

guskje337 wrote:

megafish

stop with that of mega fish
TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

How do I enter Dev Mode?

Come check out Sonic LUX, my Sonic thing!
guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

TailsFanV51 wrote:

How do I enter Dev Mode?
type megafish

This signature has been eaten.
guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

megafish

This signature has been eaten.
landonwang
Scratcher
72 posts

Blue 1.4β, a Scratch 2.0 Mod

guskje337 wrote:

megafish
only in the blue beta editor


;
Jonathan50
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

guskje337 wrote:

TailsFanV51 wrote:

How do I enter Dev Mode?
type megafish
Oh. We all thought you were spamming, sorry about that Maybe next time try make sure it is clear as to what you are talking about.

Not yet a Knight of the Mu Calculus.
redglitter
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

I really love using Blue! Its blocks really should be in Scratch

Last edited by redglitter (Feb. 10, 2017 16:34:36)




TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

The set cursor block seems to work for me. When I click (even on the project), the cursor doesn't change back to normal. However, I'd like to suggest custom cursors (a cursors tab).

Come check out Sonic LUX, my Sonic thing!
AdrianaMan8
Scratcher
48 posts

Blue 1.4β, a Scratch 2.0 Mod

if it doesn't work
It's okay!

comment []

KajTheModerator wrote:

"Scratch 2.0 need more blocks just like I need more followers."

Request!
when[see inside/see project page v]clicked::hat sensing //Useful for hacked blocks projects.
For hacked blocks!
Sample:
when[see inside v]clicked :: hat sensing
say[]
when gf clicked
say[See inside for blocks!]

when[see project page v]clicked::sensing hat
say[Go back in the editor!]
AdrianaMan8
Scratcher
48 posts

Blue 1.4β, a Scratch 2.0 Mod

ADD MORE STUFF!!!

https://scratch.mit.edu/projects/142656186/

Stuff for scratch 3, and i want Blue(Θ theta AKA almost the full one) to have!

KajTheModerator wrote:

"Scratch 2.0 need more blocks just like I need more followers."

Request!
when[see inside/see project page v]clicked::hat sensing //Useful for hacked blocks projects.
For hacked blocks!
Sample:
when[see inside v]clicked :: hat sensing
say[]
when gf clicked
say[See inside for blocks!]

when[see project page v]clicked::sensing hat
say[Go back in the editor!]
TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

AdrianaMan8 wrote:

ADD MORE STUFF!!!

https://scratch.mit.edu/projects/142656186/

Stuff for scratch 3, and i want Blue(Θ theta AKA almost the full one) to have!
Don't become a begger.

Come check out Sonic LUX, my Sonic thing!
TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

Workaround for safe url opening
if <<dialog confirm with title [Go to url?] and message [Open url wantedurl?] :: #8EA028> = <true :: operators>> :: control
open url [wantedurl] :: #0000FF

Last edited by TailsFanV51 (Feb. 11, 2017 00:14:10)


Come check out Sonic LUX, my Sonic thing!
landonwang
Scratcher
72 posts

Blue 1.4β, a Scratch 2.0 Mod

TailsFanV51 wrote:

Workaround for safe url opening
if <<dialog confirm with title [Go to url?] and message [Open url wantedurl?] :: #8EA028> = <true :: operators>> :: control
open url [wantedurl] :: #0000FF

the (= true) is not needed
if <dialog confirm with title [Go to url?] and message [Open url wantedurl?] :: #8EA028> :: control
open url [wantedurl] :: #0000FF


;

Powered by DjangoBB