Discuss Scratch

kimlot
Scratcher
14 posts

Change Thumbnail of a project

How do I change the thumbnail of my project in my stuff. It seems to have automatically selected the last image which is not what I want as it is just a black screen at the end.

Can I change it to an earlier image and if so how?

This is the project I am talking about.

http://scratch.mit.edu/projects/10284548/
Prorector
Scratcher
2 posts

Change Thumbnail of a project

Im not sure,
but I think when your in the editor. In the images section select the image you want and then save.
Failord_Remix
Scratcher
15 posts

Change Thumbnail of a project

Add a script or somthing, then remove it to make it saveable. Then, set up what you want for your thumbnail. Just save when it comes around.

You can time it just right if you want graphic effects or clones to show up, or you can draw your own thumbnail that fades away or immediately goes away when the project starts. Show it before saving.

Last edited by Failord_Remix (May 19, 2013 20:01:01)

BaconGames
Scratcher
2 posts

Change Thumbnail of a project

Before sharing your project, save it as a copy (File>Save as a copy) with the picture you want.
Then just delete the “copy” word of your game's name, and you've got it.

Hope I help.
frogsrock113
Scratcher
1 post

Change Thumbnail of a project

@BaconGames
Thanks
JsnPrkr
Scratcher
100+ posts

Change Thumbnail of a project

BaconGames wrote:

…save it as a copy (File>Save as a copy) with the picture you want.

Use the normal Save ( File>Save ). The SaveAs method will create a new project and you'll have to delete the old copy with the unwanted project thumbnail along with all of its notes and comments. Whatever is on the player screen at the time you save it will be the project's thumbnail. I often hit {StopSign} at a good spot and arrange the sprites to set up a good project thumbnail. Clones disappear when you hit {StopSign}, so you if you want clones to show up, you have to just try and time the save with a nice screenshot or set up your screenshot with scripting.

Last edited by JsnPrkr (Jan. 20, 2014 03:59:41)

Cawas
Scratcher
1 post

Change Thumbnail of a project

JsnPrkr wrote:

Use the normal Save ( File>Save ). (…) Whatever is on the player screen at the time you save it will be the project's thumbnail. I often hit {StopSign} at a good spot and arrange the sprites to set up a good project thumbnail. Clones disappear when you hit {StopSign}, so you if you want clones to show up, you have to just try and time the save with a nice screenshot or set up your screenshot with scripting.

You forgot to mention Failord]'s hint, which is what actually works:

Failord_Remix wrote:

Add a script or somthing, then remove it to make it saveable. Then, set up what you want for your thumbnail. Just save when it comes around.
jrobertson223
Scratcher
1 post

Change Thumbnail of a project

Another idea is to add a script to “pause” (ok, really stop) the project. Then, run your project and press the key when you like how it looks. Then, save it!

whenPkeypressedstopall
monkey1945
Scratcher
16 posts

Change Thumbnail of a project

The thumbnail of your project is a screenshot of your project when you last saved. When I am done working on one of my projects, I go to the part of the game I want, then save.

~monkey1945
jblob22
Scratcher
1 post

Change Thumbnail of a project

Failord_Remix wrote:

Add a script or somthing, then remove it to make it saveable. Then, set up what you want for your thumbnail. Just save when it comes around.

You can time it just right if you want graphic effects or clones to show up, or you can draw your own thumbnail that fades away or immediately goes away when the project starts. Show it before saving.

That worked for me! Thanks!!
elgamer
Scratcher
100+ posts

Change Thumbnail of a project

kimlot wrote:

How do I change the thumbnail of my project in my stuff. It seems to have automatically selected the last image which is not what I want as it is just a black screen at the end.

Can I change it to an earlier image and if so how?

This is the project I am talking about.

http://scratch.mit.edu/projects/10284548/
ok, this is what you need to do: first, make a sprite in the editor, and design it how you want the thumbnail to look. then, in the scripts, say:

whenclickedgotox:0y:0hide

Last edited by elgamer (Feb. 6, 2015 01:35:01)

brainstorm101
Scratcher
1000+ posts

Change Thumbnail of a project

do this for the thumbnail spirite:
whenclickedhidegotox:0y:0
little_kitten
Scratcher
500+ posts

Change Thumbnail of a project

Without activating the game (If you can) get to the scene you want and move a single script (Or drag in a different block, do anything to make the project's save button appear) Make sure you are at the scene you want the thumbnail at, and click save. It should change if done right!
jewellery
Scratcher
100+ posts

Change Thumbnail of a project

Use these scripts
When *green flag clicked*
Hide

Show
go to front
go to x()y()
Hope I helped!
hello31340
Scratcher
58 posts

Change Thumbnail of a project

JsnPrkr wrote:

BaconGames wrote:

…save it as a copy (File>Save as a copy) with the picture you want.

Use the normal Save ( File>Save ). The SaveAs method will create a new project and you'll have to delete the old copy with the unwanted project thumbnail along with all of its notes and comments. Whatever is on the player screen at the time you save it will be the project's thumbnail. I often hit {StopSign} at a good spot and arrange the sprites to set up a good project thumbnail. Clones disappear when you hit {StopSign}, so you if you want clones to show up, you have to just try and time the save with a nice screenshot or set up your screenshot with scripting.

By File>Save, do you mean File>Save now?

Powered by DjangoBB