Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Change size by 10
- 1678819
-
Scratcher
27 posts
Change size by 10
Hello,
So whenever I try to make my sprite increase in size, it always goes to the corner. I'm not sure why. Here is my script.
So whenever I try to make my sprite increase in size, it always goes to the corner. I'm not sure why. Here is my script.
when I receive [ Zoom]
set size to (100) %
repeat (10)
change size by (10)
end
- toast480
-
Scratcher
51 posts
Change size by 10
This is because the sprite is not centered. This also happens when you make something spin. Select all of the sprite parts and move them to the middles.
- ninjagor
-
Scratcher
100+ posts
Change size by 10
Can you please send me the link to ur project so I can take a look at it?
- The_Imaginarium
-
Scratcher
1000+ posts
Change size by 10
In the costume editor, be sure you drag the asset to the center of the workspace; there should be a cross there.
- Discussion Forums
- » Help with Scripts
-
» Change size by 10