Discuss Scratch
- Discussion Forums
- » Suggestions
- » Move variables and lists
- jh1234l
-
100+ posts
Move variables and lists
Due to a bug, sometimes lists won't show up in the same place as you put it in the editor. Also, you sometimes want a variable (e.g. health for an enemy) to follow a sprite. That's why I suggest “move variable/list to x: ??? y: ???”. It will save time with us no longer having to make 3 sprites with a million costumes or complex pen bars that would be laggy to move and hard to master for beginners.
Last edited by Paddle2See (Sept. 19, 2023 00:43:49)
- jh1234l
-
100+ posts
Move variables and lists
Yes… desperately need this.
+1
I agree. Lists are so annoying! Added you to the supporters list.
- Lilifant7253
-
1000+ posts
Move variables and lists
this never happened to me. But if it happened to you I Support! Due to a bug, sometimes lists won't show up in the same place as you put it in the editor. Also, you sometimes want a variable (e.g. health for an enemy) to follow a sprite. That's why I suggest “move variable/list to x: ??? y: ???”. It will save time with us no longer having to make 3 sprites with a million costumes or complex pen bars that would be laggy to move and hard to master for beginners.Supporters:
Jh1234l
ProdigyBeta7
- PhirripSyrrip
-
500+ posts
Move variables and lists
The workarounds do work, but are relatively complex, but I agree that your first point is annoying. I support- it would be useful for new scratchers. One thing to consider: Where would the centre of the variable be? It can't be the centre of the display as it's size changes depending on how many characters it has.
- jh1234l
-
100+ posts
Move variables and lists
The workarounds do work, but are relatively complex, but I agree that your first point is annoying. I support- it would be useful for new scratchers. One thing to consider: Where would the centre of the variable be? It can't be the centre of the display as it's size changes depending on how many characters it has.
Maybe between the middle 2 digits or in the centre of the middle letter?
- jvvg
-
1000+ posts
Move variables and lists
I've been wanting this for years - REALLY support!
- curiouscrab
-
500+ posts
Move variables and lists
+1, maybe someone will make a Scratch Mod with this someday if it hasn't been already.
- PhirripSyrrip
-
500+ posts
Move variables and lists
But then if the length of the variable changes, that means that it would expand left and right, making it annoying if you want it in the top corner.The workarounds do work, but are relatively complex, but I agree that your first point is annoying. I support- it would be useful for new scratchers. One thing to consider: Where would the centre of the variable be? It can't be the centre of the display as it's size changes depending on how many characters it has.
Maybe between the middle 2 digits or in the centre of the middle letter?
I suppose in this case you can workaround:
if length of score = 1 then
go to …
else
if length of score = 2 then
go to …
and so on, but this is a messy way to do things.
- LeeegaaaCy
-
6 posts
Move variables and lists
I'm still new to Scratch and I'm pretty sure you can't do this but I thought it would be pretty useful if you could move Variables to a specific location by using Motion blocks such as “go to x:___y:____.” I think this would be useful because I like having things at a specific location and as of now I believe you have to free hand move variables. Thanks for reading!
- Braeden5454
-
500+ posts
Move variables and lists
I support. I think this has been suggested before, but Im to lazy to go and find it.
- carrot2pufferfish
-
10 posts
Move variables and lists
A lot of times I need to move variables for various reasons. For example, sometimes they get in the way of sprites or need to move with a sprite.
I would like a block that looks like this:
I don't have any particular project that needs this, but it could help with coming up with other projects that uses it.
I would like a block that looks like this:
move variable [ variable] to x:(0) y:(0)
I don't have any particular project that needs this, but it could help with coming up with other projects that uses it.
- Phoxie
-
12 posts
Move variables and lists
Support. I think that this would be very easy to add.
- epicsandwich123
-
100+ posts
Move variables and lists
suppport! even though this is workaroundable, i still support!
- Braeden5454
-
500+ posts
Move variables and lists
It's not workaround able. Support. suppport! even though this is workaroundable, i still support!
- Discussion Forums
- » Suggestions
-
» Move variables and lists