Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make a thumbnail on Scratch?
- narutovader214
-
6 posts
How do I make a thumbnail on Scratch?
I made a project and I also want it to have a thumbnail so that when people see my project the first they see is the thumbnail. I've used the code:
but it does not seem to work. Is there a more efficient method?
but it does not seem to work. Is there a more efficient method?
- PraCoco
-
1000+ posts
How do I make a thumbnail on Scratch?
Hi. Different people use different ways to make thumbnails, but here are two ways in which I make thumbnails {they work} I made a project and I also want it to have a thumbnail so that when people see my project the first they see is the thumbnail. I've used the code:
but it does not seem to work. Is there a more efficient method?
1.
For this method, you have to place the thumbnail in the front layer manually, but the other one is automated:
2.
They work for me, so they should work for you too. Hope this helps!
- Imaamsaalih
-
50 posts
How do I make a thumbnail on Scratch?
This is what I do: but it does not seem to work. Is there a more efficient method?
- Nikki_Maxwell15
-
100+ posts
How do I make a thumbnail on Scratch?
This is the code I use to make a project thumbnail
make sure you also add
make sure you also add
- Dylan_Z
-
5 posts
How do I make a thumbnail on Scratch?
-Create a sprite for your “thumbnail” and then add the code below (no need to add when green flag is clicked, etc..)
your sprite will show and will “go to front”
-Then click on save project.
Done
-click it
your sprite will show and will “go to front”
-Then click on save project.
Done
Last edited by Dylan_Z (Dec. 24, 2020 18:35:24)
- CodingBaguette
-
500+ posts
How do I make a thumbnail on Scratch?
I made a project and I also want it to have a thumbnail so that when people see my project the first they see is the thumbnail. I've used the code:
but it does not seem to work. Is there a more efficient method?
-Create a sprite for your “thumbnail” and then add the code below (no need to add when green flag is clicked, etc..)-click it
your sprite will show and will “go to front”
-Then click on save project.
Done
Yes, Create a sprite and this youtube video will help: https://youtu.be/ZSmeRyaWITc
If you want me to explain, what I did was make a sprite, then this:
After that then just click that piece of code on your sprite, and then save your project and you will have a thumbnail. I hope this helped.

Last edited by CodingBaguette (Dec. 24, 2020 18:46:12)
- narutovader214
-
6 posts
How do I make a thumbnail on Scratch?
I'm trying out all of these solutions to pick out the most efficient one. @Nikki_Maxwell15 - where do you find the when timer… block?
- cs4157205
-
100+ posts
How do I make a thumbnail on Scratch?
It is in the Events block section under I'm trying out all of these solutions to pick out the most efficient one. @Nikki_Maxwell15 - where do you find the when timer… block?
You have to change the category from loudness to timer.
- narutovader214
-
6 posts
How do I make a thumbnail on Scratch?
Actually can your code be substituted with this code?
and
The reason I ask is because I cannot find the block
and
The reason I ask is because I cannot find the block
- Nezon
-
1000+ posts
How do I make a thumbnail on Scratch?
All you need is this.
Just click the stop button, click the go to front block, save your project, and you are done.
- BB8EC
-
5 posts
How do I make a thumbnail on Scratch?
draw the with 50, draw the height 100
Last edited by BB8EC (Dec. 25, 2020 05:08:49)
- Discussion Forums
- » Help with Scripts
-
» How do I make a thumbnail on Scratch?