Discuss Scratch

anythingispossible
Scratcher
100+ posts

Make Size of Variables Bigger and Smaller

When you make a variable, it always is the same size. I think it would be useful if you could change the size of them, for example when you need to put them into your project, but you don't want them to get in the way, you could make the size of it smaller. Or if you need the variable to stand out, you could make it bigger. What do you think?
gregory9
Scratcher
100+ posts

Make Size of Variables Bigger and Smaller

Do tou mean the size of the display of the variable or the size of the
(variable)
block?
anythingispossible
Scratcher
100+ posts

Make Size of Variables Bigger and Smaller

gregory9 wrote:

Do tou mean the size of the display of the variable or the size of the
(variable)
block?
The display.
gregory9
Scratcher
100+ posts

Make Size of Variables Bigger and Smaller

Well, I support. That would be useful. I also think you should be able to move the variable like a sprite with a block like
((variable)go to x: (0) y: (0))
cwrivera99
Scratcher
500+ posts

Make Size of Variables Bigger and Smaller

Kinda support, but if you really want a bigger variable display, then use a text renderer.
TheHockeyist
Scratcher
1000+ posts

Make Size of Variables Bigger and Smaller

cwrivera99 wrote:

Kinda support, but if you really want a bigger variable display, then use a text renderer.
As per this.
BitTheDrone
Scratcher
100+ posts

Make Size of Variables Bigger and Smaller

gregory9 wrote:

Well, I support. That would be useful. I also think you should be able to move the variable like a sprite with a block like
((variable)go to x: (0) y: (0))
That's a good suggestion. You can't move variable displays at all once the project has started.
Futurebot5
Scratcher
1000+ posts

Make Size of Variables Bigger and Smaller

BitTheDrone wrote:

gregory9 wrote:

Well, I support. That would be useful. I also think you should be able to move the variable like a sprite with a block like
((variable)go to x: (0) y: (0))
That's a good suggestion. You can't move variable displays at all once the project has started.
Technically, you could do
hide variable [ OG]
[scratchblocks]
set [New] to [OG]
[/scratchblocks]
show variable [New]

I don't know how to remove the extra blocks
scratchieguy12345678
Scratcher
500+ posts

Make Size of Variables Bigger and Smaller

I support this, could be helpful in things like timers if you don't want to make a text renderer.
PuggyLines
Scratcher
2 posts

Make Size of Variables Bigger and Smaller

I set the
change [ ...] by (-1)
But it is changing by -5? How do I fix this? Also only when in a
repeat until <... = 0>

end
I haven't tried anything else, and that is the only
change [ ] by ()
I have in the sprite!

Last edited by PuggyLines (Jan. 22, 2023 13:44:15)

medians
Scratcher
1000+ posts

Make Size of Variables Bigger and Smaller


What about like this? Can the last one be shortened?

PuggyLines wrote:

I set the
(snip)
Please use the Help with Scripts forum for this, and have the link to the project in the topic.
An0therRand0mC0der
Scratcher
1000+ posts

Make Size of Variables Bigger and Smaller

medians wrote:

(#11)

What about like this? Can the last one be shortened?
I think instead of blocks, it could be scaled like a list.
medians
Scratcher
1000+ posts

Make Size of Variables Bigger and Smaller

An0therRand0mC0der wrote:

medians wrote:

(#11)

What about like this? Can the last one be shortened?
I think instead of blocks, it could be scaled like a list.
I thought there could be both, but..

Powered by DjangoBB