Discuss Scratch
- Discussion Forums
- » Suggestions
- » Replace blocks for better ones
- Monniasza_spzoo
-
100+ posts
Replace blocks for better ones
I think
([ v] of [Sprite1 v])should be replaced with
(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]
(( 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
-
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.
- Za-Chary
-
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.
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.
- Monniasza_spzoo
-
100+ posts
Replace blocks for better ones
Solution: Blocks wouldn't create new lists or variables 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.
- -Accio-
-
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.
This is just a small cosmetic change, and I don't really see any benefits to changing it.
- Monniasza_spzoo
-
100+ posts
Replace blocks for better ones
Operation of blocks would change too, for example No support
This is just a small cosmetic change, and I don't really see any benefits to changing it.
set [getVariable,x v] to []would change to
set (x) to []
Last edited by Monniasza_spzoo (May 5, 2019 07:35:16)
- Discussion Forums
- » Suggestions
-
» Replace blocks for better ones