Discuss Scratch

Monniasza_spzoo
Scratcher
100+ posts

Replace blocks for better ones

I think
([ v] of [Sprite1 v])
(current [ v])
turn video [ v]
([ v] of (9))
set [ v] to []
change [ v] by (0)
show variable [ v]
hide variable [ v]
add [] to [list v]
delete ( v) of [list v]
insert [] at (1 v) of [list v]
replace item ( v) of [list v] with [thing]
(item ( v) of [list v] :: list)
(length of [ v] :: list)
<[ v] contains [thing] ?>
show list [ v]
hide list [ v]
should be replaced with
(( v) of [Sprite1 v])
(current ( v))
turn video ( v)
(( v) of (9))
set ( v) to []
change ( v) by (0)
show variable ( v)
hide variable ( v)
add [] to (list v)
delete ( v) of (list v)
insert [] at (1 v) of (list v)
replace item ( v) of (list v) with [thing]
(item ( v) of (list v) :: list)
(length of (list v) :: list)
<(list v) contains [thing] ?>
show list (list v)
hide list (list v)
ResExsention
New to Scratch
1000+ posts

Replace blocks for better ones

Semi-support. Though I would really like the see the blocks look more modern, they are still functioning as they are.

Infrequently active.

It feels weird to see how far we've come. I hope you're well, wherever you are!
Za-Chary
Scratcher
1000+ posts

Replace blocks for better ones

No support.

The tabs you show imply that you can just type anything into them, whereas the current dropdown system only shows things that already exist in the project. I think the current system works just fine.

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.

I was a Scratch Team member from May 10th 2019 to October 29th 2021.

my notebook | scratch team essay | accessibility essay
Monniasza_spzoo
Scratcher
100+ posts

Replace blocks for better ones

Za-Chary wrote:

No support.

The tabs you show imply that you can just type anything into them, whereas the current dropdown system only shows things that already exist in the project. I think the current system works just fine.
Solution: Blocks wouldn't create new lists or variables
-Accio-
Scratcher
1000+ posts

Replace blocks for better ones

No support

This is just a small cosmetic change, and I don't really see any benefits to changing it.

Hi There! I'm -Accio-


I am currently attending university for a Bachelor's of Science in Chemistry.

“If you are not part of the solution, you are part of the precipitate”
Monniasza_spzoo
Scratcher
100+ posts

Replace blocks for better ones

-Accio- wrote:

No support

This is just a small cosmetic change, and I don't really see any benefits to changing it.
Operation of blocks would change too, for example
set [getVariable,x v] to []
would change to
set (x) to []

Last edited by Monniasza_spzoo (May 5, 2019 07:35:16)

Powered by DjangoBB