Discuss Scratch

kvchild123
Scratcher
11 posts

HELP!

I need help here. Isn't there a block saying previous costume? There is a block saying next costume but not previous costume. How can we make a sprite change its costume to the previous one by pressing the down arrow?
The-executer
Scratcher
21 posts

HELP!

Ok lets look at this

I have 4 costumes



When I want him to walk forward It's easy to say “next costume”
But walking backwards you must say
switch to costume 4
switch to costume 3
switch to costume 2
switch to costume 1

manually ,unless you make your own block with a counter that changes



or

You can drag all your costumes to you backdrop and
because there's a previous backdrop block

scubajerry
Scratcher
1000+ posts

HELP!

when [down arrow v] key pressed
switch costume to <(costume #) - (1)>

Last edited by scubajerry (Oct. 13, 2013 11:08:52)

kvchild123
Scratcher
11 posts

HELP!

Thanks, that was really helpfull!

scubajerry wrote:

when [down arrow v] key pressed
switch costume to <(costume #) - (1)>

Powered by DjangoBB