Discuss Scratch
- Discussion Forums
- » Suggestions
- » Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
- ZeldaFan1987
-
Scratcher
80 posts
Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
There are probably going to be more blocks added to the Scratch code block library, and among those, an important set would be sprite stretching. This would be helpful for several use cases:
-A rectangular prism viewed from the side, spinning orthographically.
-General isometric 3D simulations or demos.
-Mode-7-type graphical effects, maybe to be used for a character bouncing or smear frames.
I know many people have requested this and I hope that Scratch Team does implement this for more complex games and for flexible programming.
-A rectangular prism viewed from the side, spinning orthographically.
-General isometric 3D simulations or demos.
-Mode-7-type graphical effects, maybe to be used for a character bouncing or smear frames.
I know many people have requested this and I hope that Scratch Team does implement this for more complex games and for flexible programming.
- octopuswinslow
-
Scratcher
1000+ posts
Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
i mean they kinda already have it with the fisheye effect kinda if you haven't seen link
but yeah it would be nice if they added it officially imo
but yeah it would be nice if they added it officially imo
- ZeldaFan1987
-
Scratcher
80 posts
Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
I'm not using that, it's way too complicated to use in specific use cases.
- Bitebite12
-
Scratcher
1000+ posts
Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
Please don’t make a list of suggestions. Instead, make a topic for each of them.
- ZeldaFan1987
-
Scratcher
80 posts
Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
Please don’t make a list of suggestions. Instead, make a topic for each of them.I mean to say this respectfully, it's a showcase of different use cases, not separate suggestions.
- nembence
-
Scratcher
1000+ posts
Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
It could look like this:
If the costume is a square:
stretch x to (50) %::motion // changes width to 50% of the current widthIf the block runs again it stretches the sprite again, so two of these 50% blocks stretch the sprite to 25% of its width for example.
If the costume is a square:
stretch x to (50) %::motion // a rectangle, but rotated
turn right (45) degrees
turn right (45) degrees // a rhombusThis block is useful for sprites stretched along multiple different (not perpendicular) directions:
stretch x to (50) %::motion
reset stretching :: motion
- Bitebite12
-
Scratcher
1000+ posts
Stretch Sprites Blocks in Scratch 4.0 (when it comes out)
Whoops, misunderstood you. This is however a dupe.
Last edited by Bitebite12 (June 11, 2025 13:18:32)
- Discussion Forums
- » Suggestions
-
» Stretch Sprites Blocks in Scratch 4.0 (when it comes out)