Discuss Scratch
- Discussion Forums
- » New Scratchers
- » Character
- joshuaho
-
1000+ posts
Character
This topic should be in Help with Scripts. How do you shrink character?
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 %
- Discussion Forums
- » New Scratchers
-
» Character