Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to change the look of a variable
- dgprogramer
-
Scratcher
30 posts
How to change the look of a variable
Hi, so in my game, I have a score variable, and to be honest, the orange background of the variable looks terrible with my game. Does anybody know how I can upload my own letters and numbers as the score variable? Thanks. For more reference, look at the game “Heights Hopper” in my profile! Thanks!
- codeman1044
-
Scratcher
1000+ posts
How to change the look of a variable
Without getting your own extensions (The ST has banned saying them, so I can't say which), there is no way to do this. Even with them, it will only appear for you.
If you like the color of another variable (such as a sound variable, looks, motion…) better, you can make a new sprite and change their information to the proper value and show that instead, although you won't be able to show/hide it.
If you like the color of another variable (such as a sound variable, looks, motion…) better, you can make a new sprite and change their information to the proper value and show that instead, although you won't be able to show/hide it.
- deck26
-
Scratcher
1000+ posts
How to change the look of a variable
Not sure why @codeman1044 says this is impossible unless I'm misunderstanding. Do you just want something like https://scratch.mit.edu/projects/43934978/ ?
- codeman1044
-
Scratcher
1000+ posts
How to change the look of a variable
I'm blind, and therefore cannot read.
I missed the request for custom letters and numbers. If I had noticed that, I would have given a more accurate response.
I missed the request for custom letters and numbers. If I had noticed that, I would have given a more accurate response.
- welcome_everyboy
-
Scratcher
48 posts
How to change the look of a variable
when green flag clicked
move (10) steps
switch costume to [ idkv]
Last edited by welcome_everyboy (Sept. 1, 2019 17:21:49)
- codeman1044
-
Scratcher
1000+ posts
How to change the look of a variable
Please don't blockspam.when green flag clicked
move (10) stepsswitch costume to [ idkv]
- welcome_everyboy
-
Scratcher
48 posts
How to change the look of a variable
forever
switch costume to [ imagine]
show variable [program]
switch backdrop to [share] and wait
end
- deck26
-
Scratcher
1000+ posts
How to change the look of a variable
forever
switch costume to [ imagine]
show variable [program]
switch backdrop to [share] and wait
end[/quote]
@codeman1044 has already asked you not to blockspam. Do it again and we'll have to report you.
- dgprogramer
-
Scratcher
30 posts
How to change the look of a variable
Hi @deck26, yes, that's exactly what I want!!! Is there a way I can do that???
- deck26
-
Scratcher
1000+ posts
How to change the look of a variable
Hi @deck26, yes, that's exactly what I want!!! Is there a way I can do that???Look inside my project and see how I did it then. You can do this with clones or stamping and it's just a case of choosing and showing costumes for the different digits.
- MayorBryce
-
Scratcher
18 posts
How to change the look of a variable
You simply make Sprite that has a high amount of costumes for each number in the game. Then, have it go to where you need to put the score. It may take up to 30 minutes, but it may be worth it.
- dominic305
-
Scratcher
500+ posts
How to change the look of a variable
hjbjkbkHi UltimaThuleGame and welcome to the Scratch forums!
Please take a moment to familiarize yourself with the community guidelines.
After reading, please reflect on your post. Are you being constructive? Does this post have a purpose? If not, please make sure not to post something like this again, unless it somehow is relevant to the discussion.
Last edited by dominic305 (Aug. 20, 2020 17:45:35)
- Animal_SupernoVA
-
Scratcher
100+ posts
How to change the look of a variable
right click on the variable then there will be 3 choices.
- Discussion Forums
- » Help with Scripts
-
» How to change the look of a variable