Discuss Scratch

JPOWERPUFFGIRLS
Scratcher
1000+ posts

Make the forum blocks 3.0

leap-is-on-scratch wrote:

JPOWERPUFFGIRLS wrote:

leap-is-on-scratch wrote:

just coz it looks old does not mean it has to be replaced the old ones and the new ones mean the same thing
which is why they didn't update the looks of most of the site.. oh wait they did
but don't they mean the same thing.. so that isn't a good reason why not to add this
you roasted me
I didn't intend to seem mean, sorry if I did
Steve0Greatness
Scratcher
1000+ posts

Make the forum blocks 3.0

This would be good… Support!
does this look wrong?
when green flag clicked :: control
if <(foo) = (foo2)> then{
move (10) steps
} :: events
Maximouse
Scratcher
1000+ posts

Make the forum blocks 3.0

Steve0Greatness wrote:

This would be good… Support!
does this look wrong?
when green flag clicked :: control
if <(foo) = (foo2)> then{
move (10) steps
} :: events
It looks weird.
mybearworld
Scratcher
1000+ posts

Make the forum blocks 3.0

Maximouse wrote:

Steve0Greatness wrote:

This would be good… Support!
does this look wrong?
when green flag clicked :: control
if <(foo) = (foo2)> then{
move (10) steps
} :: events
It looks weird.
It does - but with the 3.0 colors it would be this:
when green flag clicked :: #ffbf00
if <(foo :: #ff8c1a) = (foo2 :: #ff8c1a) :: #59c059 > then {
move (10) steps :: #4c97ff
} :: #ffab19
TheColaber
Scratcher
500+ posts

Make the forum blocks 3.0

mybearworld wrote:

Maximouse wrote:

Steve0Greatness wrote:

This would be good… Support!
does this look wrong?
when green flag clicked :: control
if <(foo) = (foo2)> then{
move (10) steps
} :: events
It looks weird.
It does - but with the 3.0 colors it would be this:
when green flag clicked :: #ffbf00
if <(foo :: #ff8c1a) = (foo2 :: #ff8c1a) :: #59c059 > then {
move (10) steps :: #4c97ff
} :: #ffab19
Yup, but the Flag would look a bit brighter too.
Maximouse
Scratcher
1000+ posts

Make the forum blocks 3.0

mybearworld wrote:

It does - but with the 3.0 colors it would be this:
when green flag clicked :: #ffbf00
if <(foo :: #ff8c1a) = (foo2 :: #ff8c1a) :: #59c059 > then {
move (10) steps :: #4c97ff
} :: #ffab19
That's less weird. We're used to seeing either 3.0 colors or 2.0 colors, but not 2.0 colors with two colors swapped.
mybearworld
Scratcher
1000+ posts

Make the forum blocks 3.0

Maximouse wrote:

mybearworld wrote:

It does - but with the 3.0 colors it would be this:
when green flag clicked :: #ffbf00
if <(foo :: #ff8c1a) = (foo2 :: #ff8c1a) :: #59c059 > then {
move (10) steps :: #4c97ff
} :: #ffab19
That's less weird. We're used to seeing either 3.0 colors or 2.0 colors, but not 2.0 colors with two colors swapped.
true.

TheColaber wrote:

mybearworld wrote:

Maximouse wrote:

Steve0Greatness wrote:

This would be good… Support!
does this look wrong?
when green flag clicked :: control
if <(foo) = (foo2)> then{
move (10) steps
} :: events
It looks weird.
It does - but with the 3.0 colors it would be this:
when green flag clicked :: #ffbf00
if <(foo :: #ff8c1a) = (foo2 :: #ff8c1a) :: #59c059 > then {
move (10) steps :: #4c97ff
} :: #ffab19
Yup, but the Flag would look a bit brighter too.
Yes I know, I can't change it tho.
mybearworld
Scratcher
1000+ posts

Make the forum blocks 3.0

Seriously, this is almost great:
say [Hello world!] for (2) secs :: #9966ff
speak [Hello!] :: #0fbd8c
set [n v] to (1) :: #ff8c1a
repeat (10) {
change [n v] by (1) :: #ff8c1a
ask [What's your name?] and wait :: #5cb1d6
turn cw (n :: #ff8c1a) degrees :: #4c97ff
} :: #ffab19 loop
They just need to change the font and make the blocks thicker.
Steve0Greatness
Scratcher
1000+ posts

Make the forum blocks 3.0

mybearworld wrote:

Seriously, this is almost great:
say [Hello world!] for (2) secs :: #9966ff
speak [Hello!] :: #0fbd8c
set [n v] to (1) :: #ff8c1a
repeat (10) {
change [n v] by (1) :: #ff8c1a
ask [What's your name?] and wait :: #5cb1d6
turn cw (n :: #ff8c1a) degrees :: #4c97ff
} :: #ffab19 loop
They just need to change the font and make the blocks thicker.
Yeah,
when green flag clicked :: #ffbf00
say [Hello world!] for (2) secs :: #9966ff
speak [Hello!] :: #0fbd8c
set [n v] to (1) :: #ff8c1a
repeat (10) {
change [n v] by (1) :: #ff8c1a
ask [What's your name?] and wait :: #5cb1d6
turn cw (n :: #ff8c1a) degrees :: #4c97ff
} :: #ffab19 loop
here are all of the colors
Events #ffbf00
Control #9966ff
Looks #0fbd8c
Variables #ff8c1a
Motion #4c97ff
Sensing #5cb1d6
Does Lists look like Variables?
Maximouse
Scratcher
1000+ posts

Make the forum blocks 3.0

Steve0Greatness wrote:

here are all of the colors
Events #ffbf00
Control #9966ff
Looks #0fbd8c
Variables #ff8c1a
Motion #4c97ff
Sensing #5cb1d6
Does Lists look like Variables?
List is #ff661a.

Last edited by Maximouse (Oct. 5, 2020 06:41:56)

MeIzAwezomeDede
Scratcher
1000+ posts

Make the forum blocks 3.0

I support, the 2.0 blocks are a bit outdated and the 3.0 blocks are more vibrant + relevant
(Plus 3.0 has some blocks that 2.0 doesn't support, adding them would be very helpful)
mybearworld
Scratcher
1000+ posts

Make the forum blocks 3.0

Steve0Greatness wrote:

mybearworld wrote:

Seriously, this is almost great:
say [Hello world!] for (2) secs :: #9966ff
speak [Hello!] :: #0fbd8c
set [n v] to (1) :: #ff8c1a
repeat (10) {
change [n v] by (1) :: #ff8c1a
ask [What's your name?] and wait :: #5cb1d6
turn cw (n :: #ff8c1a) degrees :: #4c97ff
} :: #ffab19 loop
They just need to change the font and make the blocks thicker.
Yeah,
when green flag clicked :: #ffbf00
say [Hello world!] for (2) secs :: #9966ff
speak [Hello!] :: #0fbd8c
set [n v] to (1) :: #ff8c1a
repeat (10) {
change [n v] by (1) :: #ff8c1a
ask [What's your name?] and wait :: #5cb1d6
turn cw (n :: #ff8c1a) degrees :: #4c97ff
} :: #ffab19 loop
here are all of the colors
Events #ffbf00
Control #9966ff
Looks #0fbd8c
Variables #ff8c1a
Motion #4c97ff
Sensing #5cb1d6
Does Lists look like Variables?
https://scratch.mit.edu/discuss/topic/427529/?page=1#post-4276355

Last edited by mybearworld (Oct. 5, 2020 13:38:13)

free_d
Scratcher
37 posts

Make the forum blocks 3.0

bump
also, SUPPORT
I was just about to make a topic about this.
leap-is-on-scratch
Scratcher
81 posts

Make the forum blocks 3.0

free_d wrote:

bump
also, SUPPORT
I was just about to make a topic about this.
ok
block200
Scratcher
100+ posts

Make the forum blocks 3.0

people are still commenting
mitdk
Scratcher
1000+ posts

Make the forum blocks 3.0

I support as the block
(item # of (thing v) in [list v] :: list)
was not added in 2.0 and i have to write the scratch blocks id myself rather than using the menu.

Last edited by mitdk (Oct. 14, 2020 15:59:13)

mitdk
Scratcher
1000+ posts

Make the forum blocks 3.0


deleted

Last edited by mitdk (Oct. 14, 2020 16:11:05)

46009361
Scratcher
1000+ posts

Make the forum blocks 3.0

I think the Scratch Team may already be planning on implementing this in the 3.0 version into the published website at the same time as implementing the rest of the forums; remember that it's probably because the forums don't have the Scratch 3.0-styled navigation bars yet.
mitdk
Scratcher
1000+ posts

Make the forum blocks 3.0

They would look like this:
when green flag clicked::#FFBF00
if <<touching [mouse-pointer v] ?::#5CB1D6> = [true]::#59C059> then::#FFAB19
do this::#FF6680
move (10) steps::#4C97FF


end::
mybearworld
Scratcher
1000+ posts

Make the forum blocks 3.0

mitdk wrote:

They would look like this:
when green flag clicked::#FFBF00
if <<touching [mouse-pointer v] ?::#5CB1D6> = [true]::#59C059> then::#FFAB19
do this::#FF6680
move (10) steps::#4C97FF


end::
The blocks would need to be thicker and the font thinner, though.

Powered by DjangoBB