Discuss Scratch
- Discussion Forums
- » Suggestions
- » Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
- Kik0lee
-
Scratcher
11 posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
Fencing is very annoying when I'm trying to make large sprites bigger. And it is extra annoying when your using camera control and want every sprite to zoom in, and the large ones stay the same. Scratch team, can you please remove fencing or at least increase the fencing limit
- cookedasparagus8
-
Scratcher
1000+ posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
No support. Easy workaround:
when green flag clicked
forever {
set size to [500]
change y by [5]
set size to [100]
} @loopArrow :: control cap
Last edited by cookedasparagus8 (Jan. 17, 2026 16:47:01)
- redspacecat
-
Scratcher
1000+ posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
No support. Fencing can be useful for people who don't want their sprites lost.
You can use projects like this: https://scratch.mit.edu/projects/827884160/ that have easy workarounds.
You can use projects like this: https://scratch.mit.edu/projects/827884160/ that have easy workarounds.
- cookedasparagus8
-
Scratcher
1000+ posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
Fencing is very annoying when I'm trying to make large sprites bigger. And it is extra annoying when your using camera control and want every sprite to zoom in, and the large ones stay the same. Scratch team, can you please remove fencing or at least increase the fencing limitMake a blank costume and add this code:
when green flag clicked
switch costume to [BLANK v]
set size to [1000]
switch costume to [MAIN v]
- Kik0lee
-
Scratcher
11 posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
hmmm what about zooming, fencing blocks that
- redspacecat
-
Scratcher
1000+ posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
hmmm what about zooming, fencing blocks thatWhat do you mean?
- cookedasparagus8
-
Scratcher
1000+ posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
hmmm what about zooming, fencing blocks thatDid you not read my post?
Fencing is very annoying when I'm trying to make large sprites bigger. And it is extra annoying when your using camera control and want every sprite to zoom in, and the large ones stay the same. Scratch team, can you please remove fencing or at least increase the fencing limitMake a blank costume and add this code:when green flag clicked
switch costume to [BLANK v]
set size to [1000]
switch costume to [MAIN v]
- Kik0lee
-
Scratcher
11 posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
If you put when flag clicks, repeat 10 times, change size by 10, the fencing still affects the large sprite
- cookedasparagus8
-
Scratcher
1000+ posts
Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites
If you put when flag clicks, repeat 10 times, change size by 10, the fencing still affects the large spriteYeah, you only use the set block.
- Discussion Forums
- » Suggestions
-
» Suggestion: can Scratch remove fencing, it is very annoying when I'm trying to enlarge sprites