Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How do I resize a sprite in the editor
- rogerjames99
-
6 posts
How do I resize a sprite in the editor
I am sure I did this before from the ui. But I cannot find a way of reszing a sprite. The docs say right click on the sprite in the stage. But the menu the that comes up does not have a “size” option. I know this is dumb but what am I doing wrong?
- GadgetAndyMan
-
100+ posts
How do I resize a sprite in the editor
You can resize a sprite in many ways. You can click the grow or shrink icons in the toolbar at the top. If your sprite is a vector image, in the paint editor, you can click on it with the arrow tool and click and drag on a square on the surrounding box to resize it. Finally, you can script it to change size by using the Set size to or change size to blocks.
Hope that helps you
Hope that helps you

Last edited by GadgetAndyMan (Oct. 31, 2013 12:19:57)
- rogerjames99
-
6 posts
How do I resize a sprite in the editor
Doh!
I knew I had done it before. Thats the the problem with old age. Poor eyesight:-)
I knew I had done it before. Thats the the problem with old age. Poor eyesight:-)
- Krazybanana18
-
2 posts
How do I resize a sprite in the editor
In the upper editor above the stage you will find something that says: grow, shrink, delete, duplicate, and help. I used this for my project Five Nights At Your House coming soon.
Hope this helps
Hope this helps

- Sonickyle
-
1000+ posts
How do I resize a sprite in the editor
Please don't necrobump resolved topics. This is all the way from 2013! In the upper editor above the stage you will find something that says: grow, shrink, delete, duplicate, and help. I used this for my project Five Nights At Your House coming soon.
Hope this helps
- blobfish72616
-
48 posts
How do I resize a sprite in the editor
Ok my friend and I have been really frustrated about this since we are kinda new to scratch we are pretty sure there is a way to make it bigger and smaller besides the top with all that stuff because it makes it pixallated alot but on some images on the right side, it pops up with a bunch of other great tabs! We are so confused! Is it only for certain images?????
- Sonickyle
-
1000+ posts
How do I resize a sprite in the editor
Please don't necrobump resolved topics; create your own topic with your own issues. Ok my friend and I have been really frustrated about this since we are kinda new to scratch we are pretty sure there is a way to make it bigger and smaller besides the top with all that stuff because it makes it pixallated alot but on some images on the right side, it pops up with a bunch of other great tabs! We are so confused! Is it only for certain images?????
- Border-Collie
-
100+ posts
How do I resize a sprite in the editor
Set size to!
Or to make the sprite looks like it's growing…
Or shrinking…
To make a sprite look like it's shirking just add - to the number!
set size to (375) %
Or to make the sprite looks like it's growing…
change size by (10)
Or shrinking…
change size by (-10)
To make a sprite look like it's shirking just add - to the number!
- CatsUnited
-
1000+ posts
How do I resize a sprite in the editor
Please don't necropost. I think it's happened enough times, no need to help anyone if the topic was resolved 2 years ago.
- Discussion Forums
- » Questions about Scratch
-
» How do I resize a sprite in the editor