Discuss Scratch
- DisasterPug
-
Scratcher
100+ posts
Change variable color block
There's already a way to change the block colors: You just shift-click the Edit menu and select “Edit Block Colors”.They mean the variable colors
- Charles12310
-
Scratcher
1000+ posts
Change variable color block
Yeah, and besides, they change the colors of all variable, not specific variables, and it won't show in another color to other users.There's already a way to change the block colors: You just shift-click the Edit menu and select “Edit Block Colors”.They mean the variable colors
- coolcat98
-
Scratcher
100+ posts
Change variable color block
That makes sense now. This would be helpful to people that are borede of the color orange showing up on the screen. 100% support.Yeah, and besides, they change the colors of all variable, not specific variables, and it won't show in another color to other users.There's already a way to change the block colors: You just shift-click the Edit menu and select “Edit Block Colors”.They mean the variable colors
- scootyboy-2010
-
Scratcher
24 posts
Change variable color block
This would be cool for variables.
Also styles.
set [score v] colour to [green v]
Also styles.
set [score v] style to [wacky v]
Last edited by scootyboy-2010 (March 23, 2024 15:52:44)
- AzulAlt
-
Scratcher
14 posts
Change variable color block
i can do thisI guess I'll support for a more specific color changing block since we can't really do a lot with theset [color v] effect to ( )block.
Though, I feel like there could be a workaround?It changes the color of the var!Wait… YOU SUPPORT!
when green flag clicked :: events hatdone
show [my red variable v] :: variables
set [my red variable v]'s color to [#ff0000] :: variables
say [its a red variable!] :: looks
point towards [red variable hitbox sprite v] :: motion
forever
blink :: custom
end
define blink
wait (pick random number from (1) to (10) :: operators) seconds
switch costume to [blink v]
wait (0.01) secs
switch costume to [normal v]





