Discuss Scratch
- Discussion Forums
- » Suggestions
- » Does anyone think there should be a change [x v] by () block?
- Bird414
-
Scratcher
24 posts
Does anyone think there should be a change [x v] by () block?
I would like a block where instead of:

change x by ()there would be
change y by ()
change [x v] by [10]::motion

- RL1123
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
How would this benefit the editor? If anything, this would make it much more complicated. Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.
- Bird414
-
Scratcher
24 posts
Does anyone think there should be a change [x v] by () block?
How would this benefit the editor? If anything, this would make it much more complicated. Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.
Oh yeah! I guess that wouldn't be a good idea.
- Pixalperfect
-
Scratcher
500+ posts
Does anyone think there should be a change [x v] by () block?
Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.Wouldn't it just switch the block from
change x/y by () :: motion
change [x/y v] by () :: motionLike how the ST did it with
stop [ v]
- dave-alt-4
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
How would this benefit the editor? If anything, this would make it much more complicated. Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.
the suggestion isn't suggesting to remove it , its suggesting to change the layout (the old one would automatically be converted)
Last edited by dave-alt-4 (Nov. 30, 2021 00:51:01)
- Heccit
-
Scratcher
500+ posts
Does anyone think there should be a change [x v] by () block?
Eh, I guess it would be a good idea? But honestly the current 2 blocks work just fine.
- Bird414
-
Scratcher
24 posts
Does anyone think there should be a change [x v] by () block?
Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.Wouldn't it just switch the block fromchange x/y by () :: motionchange [x/y v] by () :: motionLike how the ST did it withstop [ v]
I was thinking that too…
- JamesDoesGames
-
Scratcher
100+ posts
Does anyone think there should be a change [x v] by () block?
Semi-support, this block is one of the most used blocks in all of the editor. It would be very hard to implement I bet!
However, the new block you proposed looks a lot cleaner.
However, the new block you proposed looks a lot cleaner.
- coder2045
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
I think they mean that changing the block would cause many projects to break as the old block would no longer exist and Scratch would either turn them into “undefined” or delete them.How would this benefit the editor? If anything, this would make it much more complicated. Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.
the suggestion isn't suggesting to remove it , its suggesting to change the layout (the old one would automatically be converted)
- VeryFamus
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
No support. It isn't that hard to just do
change x by (10)And it possibly could take longer to figure out
change y by (10)
change [x v] by (10) :: motionThat.
change [y v] by (10) :: motion
change [x and y v] by (10) :: motion
Last edited by VeryFamus (Nov. 30, 2021 16:41:03)
- Bird414
-
Scratcher
24 posts
Does anyone think there should be a change [x v] by () block?
I think they mean that changing the block would cause many projects to break as the old block would no longer exist and Scratch would either turn them into “undefined” or delete them.How would this benefit the editor? If anything, this would make it much more complicated. Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.
the suggestion isn't suggesting to remove it , its suggesting to change the layout (the old one would automatically be converted)
The
undefinedblock isn't in 3.0, and I was thinking it could replace the block, like how with
stop all::controlturned into
stop [all v]
- Pixalperfect
-
Scratcher
500+ posts
Does anyone think there should be a change [x v] by () block?
Why does everyone copy everything I just said!?I think they mean that changing the block would cause many projects to break as the old block would no longer exist and Scratch would either turn them into “undefined” or delete them.How would this benefit the editor? If anything, this would make it much more complicated. Also, many games use the change x and y blocks, so getting rid of them would break thousands of projects.
the suggestion isn't suggesting to remove it , its suggesting to change the layout (the old one would automatically be converted)
Theundefinedblock isn't in 3.0, and I was thinking it could replace the block, like how withstop all::controlturned intostop [all v]
- -Littlediddle-
-
Scratcher
27 posts
Does anyone think there should be a change [x v] by () block?
No support, it's confusing and unneccessary
- dave-alt-4
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
No support, it's confusing and unneccessaryhow is it confusing and unnecessary? pls elaborate
- RL1123
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
Well, what's wrong with the current system where we have two blocks?No support, it's confusing and unneccessaryhow is it confusing and unnecessary? pls elaborate
- dave-alt-4
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
nothing , but whats wrong with dropdowns? like the stop and effects
- RL1123
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
nothing , but whats wrong with dropdowns? like the stop and effectsWell, if there's no reason for something to be changed, it shouldn't be changed.
- 7salad3salad
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
no, i do not think there should be those blocks because they already exist without dropdowns, and removing them just for a small dropdown blocks would break many many many many many projects.
- ventoaurum
-
Scratcher
100+ posts
Does anyone think there should be a change [x v] by () block?
I don't support this, this'll just be an unnecessary work for scratch team, if you want to change x and y at once:
go to x: ((x position) + (0)) y: ((y position) + (0))I know people hate it when someone says “there is a workaround”, but the workaround for this one is incredibly easy
- dave-alt-4
-
Scratcher
1000+ posts
Does anyone think there should be a change [x v] by () block?
I don't support this, this'll just be an unnecessary work for scratch team, if you want to change x and y at once:that wasn't what the OP was suggesting lolgo to x: ((x position) + (0)) y: ((y position) + (0))I know people hate it when someone says “there is a workaround”, but the workaround for this one is incredibly easy
- Discussion Forums
- » Suggestions
-
» Does anyone think there should be a change [x v] by () block?