Discuss Scratch

flipper9
New Scratcher
1 post

Character

How do you shrink character?
joshuaho
Scratcher
1000+ posts

Character

flipper9 wrote:

How do you shrink character?
This topic should be in Help with Scripts.

To shrink a character, use the block change size by (10) block. Type in minus (in this case, the - sign) and put in any number. If you want to make a sprite shrink smoothly, use the repeat (10) block. Then, you could do something like this:

repeat (10)
change size by -10 %

Powered by DjangoBB