Discuss Scratch
- Hamish752
-
Scratcher
1000+ posts
Replace "Looks" blocks
Reasons:Easily workaroundable.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?
- Zro716
-
Scratcher
1000+ posts
Replace "Looks" blocks
define change costume by (num)
switch to costume ((costume #) + (num))
this way, you can do next/previous costume any number of times
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
What if you want to keep the costume names?define change costume by (num)
switch to costume ((costume #) + (num))
this way, you can do next/previous costume any number of times
- Pot-of-Gold
-
Scratcher
1000+ posts
Replace "Looks" blocks
What if you want to keep the costume names?define change costume by (num)
switch to costume ((costume #) + (num))
this way, you can do next/previous costume any number of times
switch costume to (join [] [insert costume name here])
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
What if you want to specify the costumes by costume number? That isn't much of a workaround…?What if you want to keep the costume names?define change costume by (num)
switch to costume ((costume #) + (num))
this way, you can do next/previous costume any number of timesswitch costume to (join [] [insert costume name here])
- Pot-of-Gold
-
Scratcher
1000+ posts
Replace "Looks" blocks
change the costumes by number:What if you want to specify the costumes by costume number? That isn't much of a workaround…?What if you want to keep the costume names?define change costume by (num)
switch to costume ((costume #) + (num))
this way, you can do next/previous costume any number of timesswitch costume to (join [] [insert costume name here])
switch costume to ((costume #) + (number))
- iamunknown2
-
Scratcher
1000+ posts
Replace "Looks" blocks
The costume number, as in costume #1, costume #2, etc.change the costumes by number:What if you want to specify the costumes by costume number? That isn't much of a workaround…?What if you want to keep the costume names?define change costume by (num)
switch to costume ((costume #) + (num))
this way, you can do next/previous costume any number of timesswitch costume to (join [] [insert costume name here])switch costume to ((costume #) + (number))
And what if you want to keep the costume name? You are going in circles now…
I know a workaround for that with the repeat until block, but it'll “jump” costumes and make the whole thing look weird…
But there's screen refresh…
Last edited by iamunknown2 (July 2, 2015 00:19:31)
- TimothyLawyer
-
Scratcher
1000+ posts
Replace "Looks" blocks
And what if you want to keep the costume name? You are going in circles now…Use
switch costume to [ v]for costume names.
Use
switch costume to (() + ())for costume numbers.





