Discuss Scratch
- Discussion Forums
- » Suggestions
- » Previous Costume blocks
- ErolTheDestroyer
-
36 posts
Previous Costume blocks
Hello there, fellow Scratchers. I am here about my channel becoming a meme channel Previous Costume blocks, something i have wanted for a long amount of time. It is easy to make a custom previous costume block, but many scratchers do/did not understand that (including me in the past) and I feel as if they should be made an official block.
Last edited by ErolTheDestroyer (Jan. 1, 2019 10:31:51)
- ErolTheDestroyer
-
36 posts
Previous Costume blocks
Here is how to create a custom block for previous costume
define Previous Costume
((costume #) - (1))
switch costume to [ v]
Last edited by ErolTheDestroyer (Jan. 1, 2019 10:32:15)
- Za-Chary
-
1000+ posts
Previous Costume blocks
It appears that it was not added in 3.0 (as of now), but the workaround is still simple enough. I'm pretty sure it's been added in 3.0
Last edited by Za-Chary (Jan. 1, 2019 15:37:28)
- Sheep_maker
-
1000+ posts
Previous Costume blocks
I believe
You just need to make a costume named “previous costume,” set the block to it, then delete the costume. You can then backpack the block for future
switch costume to [previous costume v]also works
You just need to make a costume named “previous costume,” set the block to it, then delete the costume. You can then backpack the block for future
- -ShadowOfThePast-
-
100+ posts
Previous Costume blocks
Honestly, I'd just like the next costume block replaced with this:
[next v] costume :: looks // next, previous, first, last, and random are all options
- StrangeMagic32
-
1000+ posts
Previous Costume blocks
That's what we need. Honestly, I'd just like the next costume block replaced with this:[next v] costume :: looks // next, previous, first, last, and random are all options
Last edited by StrangeMagic32 (Jan. 1, 2019 23:17:31)
- space_elephant
-
500+ posts
Previous Costume blocks
Honestly, I'd just like the next costume block replaced with this:[next v] costume :: looks // next, previous, first, last, and random are all options
next costume//next
switch costume to[previous costume v]//previous, will not work if there is a costume named "previous costume"
switch costume to[1 v]//first, will not work if there is a costume named "1"
switch costume to[0 v]//last, will not work if there is a costume named "0"
switch costume to[0 v]//random, will not work if there is a costume whose name is a number
switch costume to(pick random(1)to(costume #))//between 0 and the number of costumes
Last edited by space_elephant (Jan. 2, 2019 08:09:27)
- -ShadowOfThePast-
-
100+ posts
Previous Costume blocks
I know about all of those workarounds. <snip>
A single block would be much more convenient, though, especially for people who don't.
- space_elephant
-
500+ posts
Previous Costume blocks
Very few suggested reporters are workaroundable.I know about all of those workarounds. <snip>
A single block would be much more convenient, though, especially for people who don't.
Almost all stack blocks are.
- BorisOMG1
-
3 posts
Previous Costume blocks
Here is how to create a custom block for previous costumedefine Previous Costume
((costume #) - (1))switch costume to [ v]
I know. I tried but the ‘costume #’ block doesn't exit in 3.0

I also tried:
define Previous costume
costume number - 1
Last edited by BorisOMG1 (March 8, 2021 07:53:46)
- BorisOMG1
-
3 posts
Previous Costume blocks
By the way guys, how do you make the blocks in the discussion?
- sathvikrias
-
500+ posts
Previous Costume blocks
Last edited by sathvikrias (March 8, 2021 15:41:51)
- Discussion Forums
- » Suggestions
-
» Previous Costume blocks