Discuss Scratch

Hamish752
Scratcher
1000+ posts

Replace "Looks" blocks

iamunknown2 wrote:

Reasons:
  1. If there's a “next costume block”, why isn't there a “previous costume” block?
  2. Why doesn't it have the option to specify the amount of costumes to skip?
  3. The above implies that this “next costume” block is quite inconsistent and unnecessary.
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
next costume
,
I propose a new block which would replace “next costume”:
switch costume to costume #[ ]
What do you think?
Easily workaroundable.
purplebook163
Scratcher
500+ posts

Replace "Looks" blocks

No support.
Pot-of-Gold
Scratcher
1000+ posts

Replace "Looks" blocks

purplebook163 wrote:

No support.
why
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

Zro716 wrote:

define change costume by (num)
switch to costume ((costume #) + (num))

this way, you can do next/previous costume any number of times
What if you want to keep the costume names?
Pot-of-Gold
Scratcher
1000+ posts

Replace "Looks" blocks

iamunknown2 wrote:

Zro716 wrote:

define change costume by (num)
switch to costume ((costume #) + (num))

this way, you can do next/previous costume any number of times
What if you want to keep the costume names?
switch costume to (join [] [insert costume name here]) 
iamunknown2
Scratcher
1000+ posts

Replace "Looks" blocks

Pot-of-Gold wrote:

iamunknown2 wrote:

Zro716 wrote:

define change costume by (num)
switch to costume ((costume #) + (num))

this way, you can do next/previous costume any number of times
What if you want to keep the costume names?
switch costume to (join [] [insert costume name here]) 
What if you want to specify the costumes by costume number? That isn't much of a workaround…?
Pot-of-Gold
Scratcher
1000+ posts

Replace "Looks" blocks

iamunknown2 wrote:

Pot-of-Gold wrote:

iamunknown2 wrote:

Zro716 wrote:

define change costume by (num)
switch to costume ((costume #) + (num))

this way, you can do next/previous costume any number of times
What if you want to keep the costume names?
switch costume to (join [] [insert costume name here]) 
What if you want to specify the costumes by costume number? That isn't much of a workaround…?
change the costumes by number:
switch costume to ((costume #) + (number))
iamunknown2
Scratcher
1000+ posts

Replace "Looks" blocks

Pot-of-Gold wrote:

iamunknown2 wrote:

Pot-of-Gold wrote:

iamunknown2 wrote:

Zro716 wrote:

define change costume by (num)
switch to costume ((costume #) + (num))

this way, you can do next/previous costume any number of times
What if you want to keep the costume names?
switch costume to (join [] [insert costume name here]) 
What if you want to specify the costumes by costume number? That isn't much of a workaround…?
change the costumes by number:
switch costume to ((costume #) + (number))
The costume number, as in costume #1, costume #2, etc.
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

iamunknown2 wrote:

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.

Powered by DjangoBB