Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Why isn't there a "Previous costume" block?
- SaneBatuhan
-
Scratcher
4 posts
Why isn't there a "Previous costume" block?
It's great that we have a “Next costume” block to make our sprites change from one costume to another, all without use of too many “Change costumes” blocks, but a bad thing here is that there isn't a “Previous costume” block that makes you go back as many costumes as needed without too many “Change costumes” blocks. Maybe add those in the next update, please? Thanks!
- GreedyGinger12345
-
Scratcher
91 posts
Why isn't there a "Previous costume" block?
you can easily get around it by doing:
switch costume to ((costume [number v]) - (1))
Last edited by GreedyGinger12345 (Oct. 25, 2025 11:13:45)
- SaneBatuhan
-
Scratcher
4 posts
Why isn't there a "Previous costume" block?
*BIG GASP* WOW! But seriously, that is quite efficient!
- grandpasp
-
Scratcher
100+ posts
Why isn't there a "Previous costume" block?
*BIG GASP* WOW! But seriously, that is quite efficient!Something else that works is:
switch costume to (join [previous costume] [])Not sure why this works, but, it does. LOL
- GreedyGinger12345
-
Scratcher
91 posts
Why isn't there a "Previous costume" block?
I honestly don't know why Scratch does this, it's handy for loopholes though.
- 1554436389pro1
-
Scratcher
13 posts
Why isn't there a "Previous costume" block?
Something else that works is:
That's incredibly stupid but hilarious
switch costume to (join [previous costume] [])Not sure why this works, but, it does. LOL
That's incredibly stupid but hilarious
- grandpasp
-
Scratcher
100+ posts
Why isn't there a "Previous costume" block?
Something else that works is:switch costume to (join [previous costume] [])Not sure why this works, but, it does. LOL
That's incredibly stupid but hilarious
You do know that it's not a joke. Right?
- 1554436389pro1
-
Scratcher
13 posts
Why isn't there a "Previous costume" block?
You do know that it's not a joke. Right?Something else that works is:switch costume to (join [previous costume] [])Not sure why this works, but, it does. LOL
That's incredibly stupid but hilarious
I'm aware it works, I just find it hilarious that it does lol
- Discussion Forums
- » Help with Scripts
-
» Why isn't there a "Previous costume" block?



