GAMES https://scratch.mit.edu/studios/27050111 Science https://scratch.mit.edu/studios/26831275 Winterbells https://scratch.mit.edu/projects/584446806/ Infinite Bunner https://scratch.mit.edu/projects/567535145 Myriapod 4 https://scratch.mit.edu/projects/543446519 Gyruss https://scratch.mit.edu/projects/493933973 Chuckie Egg https://scratch.mit.edu/projects/420433157 Defender https://scratch.mit.edu/projects/472100836 Pool Shark https://scratch.mit.edu/projects/485302235 Pixel Editor 1.1 https://scratch.mit.edu/projects/667319460 A simple version of @RokCoder's awesome Profile Creator https://scratch.mit.edu/projects/495157826/ Please feel free to remix, add your own thumbnails and project links. How to get project thumbnails: Open the following link, then change 571364065 for the id of your project. https://cdn2.scratch.mit.edu/get_image/project/571364065_480x360.png. Right click the image and save it to your computer. On the thumbs sprite upload the image as a costume. The thumbnails are laid out left to right, top to bottom. So costume 1 is top left, 2 top middle, 3 top right, 4 middle left, etc How to change the links: See inside and display the list URLs. Replace the links with links to your projects. URL[1] is the top left thumbnail, URL[2] top middle, URL[3] top right, URL[4] middle left, etc. How does it work? This project is made with 9 clones (3x3) of thumbs sprite. The 9 costumes are 9 480x360 thumbnails. Size is set to 1/3. The thumbs clone has a local variable (for this sprite only) _id which can be {1, ..., 9}, the costume number is set using _id. The links for each project are stored in a list URLs. When you click on a clone it sets the link to the URL belonging to the _id and shows the link. There is another variable mouse lock. This is true when the link is shown. If mouse lock is true, when you click on the clone the link is hidden and mouse lock is set to false. If mouse lock is false, when you click on a clone the link is set and shown. The mouse lock is necessary so the link doesn't change every time the mouse moves.