Discuss Scratch
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
Reasons:
I propose a new block which would replace “next costume”:
- If there's a “next costume block”, why isn't there a “previous costume” block?
- Why doesn't it have the option to specify the amount of costumes to skip?
- The above implies that this “next costume” block is quite inconsistent and unnecessary.
next costume,
I propose a new block which would replace “next costume”:
switch costume to costume #[ ]What do you think?
- Aboot4
-
Scratcher
100+ posts
Replace "Looks" blocks
Reasons:Easily workaroundable. No support.Although I am aware that there are many posts suggesting to add “previous” costume, I am instead suggesting a new thing - instead of the rather specific
- If there's a “next costume block”, why isn't there a “previous costume” block?
- Why doesn't it have the option to specify the amount of costumes to skip?
- The above implies that this “next costume” block is quite inconsistent and unnecessary.
next costume,
I propose a new block which would replace “next costume”:switch costume to costume #[ ]What do you think?
switch costume to ((costume #) - (1))
Last edited by Aboot4 (June 30, 2015 13:28:42)
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
Easily workaroundable. No support.What if costume # != costume name?switch costume to ((costume #) - (1))
(!= means not equal to)
And I don't get why out of all potential relative costume-switching blocks, “next costume” is chosen.
Last edited by iamunknown2 (June 30, 2015 13:47:32)
- thelucariokid
-
Scratcher
100+ posts
Replace "Looks" blocks
Support for
Switch costume to []::looksBecause I don't like having to look at the costume name every time I want to add the old block.
- ElectroElectro2004
-
Scratcher
100+ posts
Replace "Looks" blocks

Easily workaroundable. No support.Couldn't agree more.switch costume to ((costume #) - (1))
No support.
- TheHockeyist
-
Scratcher
1000+ posts
Replace "Looks" blocks
switch costume to [ v]can already do number input - just set a variable equal to a number and move the variable into the dropdown to plug it in.
- Znapi
-
Scratcher
500+ posts
Replace "Looks" blocks
There isn't a problem when costume # != costume name. There is a problem when costume # does == costume name.Easily workaroundable. No support.What if costume # != costume name?switch costume to ((costume #) - (1))
If you put a number into the switch costume block, first it will look for a costume named that number. If it can't find one, then it switches to the costume at that number.
Last edited by Znapi (June 30, 2015 16:38:08)
- Pot-of-Gold
-
Scratcher
1000+ posts
Replace "Looks" blocks
No support:
Workaround:
Workaround:
switch costume to (join [] [number of costume])
- Aboot4
-
Scratcher
100+ posts
Replace "Looks" blocks
Because its not talking about costume names. It's talking about the costume order in the list of costumes in the “costume” tab.Easily workaroundable. No support.What if costume # != costume name?switch costume to ((costume #) - (1))
(!= means not equal to)
And I don't get why out of all potential relative costume-switching blocks, “next costume” is chosen.
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
Did you even read the post? I'm not suggesting previous costume blocks.switch costume to ((costume #) - (1))
And what if costume name != costume number?
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
What if you want to keep their names? Then you would have to doswitch costume to [ v]can already do number input - just set a variable equal to a number and move the variable into the dropdown to plug it in.
repeat until <(costume #) = (desired costume)>
next costume
end
- Pot-of-Gold
-
Scratcher
1000+ posts
Replace "Looks" blocks
USe this workaround:What if you want to keep their names? Then you would have to doswitch costume to [ v]can already do number input - just set a variable equal to a number and move the variable into the dropdown to plug it in.repeat until <(costume #) = (desired costume)>
next costume
end
No support:
Workaround:switch costume to (join [] [number of costume])
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
Did you even read the post?USe this workaround:What if you want to keep their names? Then you would have to doswitch costume to [ v]can already do number input - just set a variable equal to a number and move the variable into the dropdown to plug it in.repeat until <(costume #) = (desired costume)>
next costume
endNo support:
Workaround:switch costume to (join [] [number of costume])
What if you want to keep their names?
- Pot-of-Gold
-
Scratcher
1000+ posts
Replace "Looks" blocks
FIxed it to show there is another workaround. And yes i didDid you even read the post?USe this workaround:What if you want to keep their names? Then you would have to doswitch costume to [ v]can already do number input - just set a variable equal to a number and move the variable into the dropdown to plug it in.repeat until <(costume #) = (desired costume)>
next costume
endNo support:
Workaround:switch costume to (join [] [costume name])What if you want to keep their names?
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
You didn't change anything…FIxed it to show there is another workaround. And yes i didDid you even read the post?USe this workaround:What if you want to keep their names? Then you would have to doswitch costume to [ v]can already do number input - just set a variable equal to a number and move the variable into the dropdown to plug it in.repeat until <(costume #) = (desired costume)>
next costume
endNo support:
Workaround:switch costume to (join [] [costume name])What if you want to keep their names?
- TylerInScratch
-
Scratcher
35 posts
Replace "Looks" blocks
Reasons:Easily workaroundable. No support.Although I am aware that there are many posts suggesting to add “previous” costume, I am instead suggesting a new thing - instead of the rather specific
- If there's a “next costume block”, why isn't there a “previous costume” block?
- Why doesn't it have the option to specify the amount of costumes to skip?
- The above implies that this “next costume” block is quite inconsistent and unnecessary.
next costume,
I propose a new block which would replace “next costume”:switch costume to costume #[ ]What do you think?switch costume to ((costume #) - (1))
I agree!

when flag is still standing
be happy!
- TylerInScratch
-
Scratcher
35 posts
Replace "Looks" blocks
Reasons:Easily workaroundable. No support.Although I am aware that there are many posts suggesting to add “previous” costume, I am instead suggesting a new thing - instead of the rather specific
- If there's a “next costume block”, why isn't there a “previous costume” block?
- Why doesn't it have the option to specify the amount of costumes to skip?
- The above implies that this “next costume” block is quite inconsistent and unnecessary.
next costume,
I propose a new block which would replace “next costume”:switch costume to costume #[ ]What do you think?switch costume to ((costume #) - (1))
That flag thing was kinda unporposeful
- Pot-of-GoId
-
Scratcher
32 posts
Replace "Looks" blocks
switch to costume nameYou didn't change anything…FIxed it to show there is another workaround. And yes i didDid you even read the post?USe this workaround:What if you want to keep their names? Then you would have to doswitch costume to [ v]can already do number input - just set a variable equal to a number and move the variable into the dropdown to plug it in.repeat until <(costume #) = (desired costume)>
next costume
endNo support:
Workaround:switch costume to (join [] [costume name])What if you want to keep their names?
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
Then it wouldn't be a workaround forswitch to costume nameFIxed it to show there is another workaround. And yes i didYou didn't change anything…
switch costume to costume # [ ]any more…
Last edited by iamunknown2 (July 1, 2015 07:51:35)









