Macintoshface once suggested: "A 'previous costume' button, and a 'switch <number> costumes ahead'."
I think both are insanely good ideas, so I've created this separate topic for them.
-- LockedOn.
Supporters:
LockedOn
Offline
In fact, both can be done without new blocks.
Previous costume:
[blocks]<switch to costume[ (( <costume #> <-> 1 ))[/blocks]
Switch <number> costumes ahead:
[blocks]<switch to costume[ (( <costume #> <+> <number> ))[/blocks]
Offline
You could just put:
Switch to costume (costume # - 1)
And
Switch to costume (costume # + [number])
Offline