Discuss Scratch
- Discussion Forums
- » Show and Tell
- » My Most Popular Project On Scratch!
- saathu_25
-
Scratcher
34 posts
My Most Popular Project On Scratch!
Hey there! This topic is about my most popular project, Thank You, Scratchy!
Some Details About the Project:
Questions:
Alright, guys that's it for now. Peace out!
Some Details About the Project:
- This was my first project to be ever published when Champika became the new CEO of Scratch!

- This project uses the new OC called Saathu! The old OC was just a stickman that I used to draw in all my projects, but this is new.
- The project uses a new typing animation in the speech bubble for the character. This is a special one that also uses sound cues!
- This project is also my first one to have a “READ ME!” sprite that gives more information about the project, useful scripts that I used, how to remix this, and so on.
- It was also the first project of mine to be ever commented on by someone who is affiliated or works with Scratch (that being, Champika!)
Questions:
- How does this project know my username?
Answer: This project uses a special block called the “username” block. It reports the username of the user. Normally, it is used for personalized greetings like “Hello there, (username goes here)!” The block is given below:(username)
- How do you make the typing animation?
Answer: I use this special chunk of code:define say (text) for (seconds) seconds
If you want to get this chunk of code, go into the project, click “See Inside”, and backpack the piece of code in the “READ ME!” sprite.
delete all of [sentence v]
set [letter v] to [0]
repeat (length of (text))
change [letter v] by (1)
play sound [Pop v]
add (letter (letter) of (text)) to [list v]
say (sentence :: list)
end
wait (seconds) secs
say [] - I heard that Champ99 has commented, favourited, and loved your project. Is this true?
Answer: Yes, this is true. Check it the project and see for yourself.
Alright, guys that's it for now. Peace out!

Last edited by saathu_25 (July 22, 2026 13:03:05)
- Discussion Forums
- » Show and Tell
-
» My Most Popular Project On Scratch!