Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to make my character walk backwards
- spyro737
-
1 post
how to make my character walk backwards
I need help in this game that i'm making but i need to know how to make my character walk backwards please help
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————-
Spyro737 ain't taking no for an answer
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————-
Spyro737 ain't taking no for an answer
- ErnieParke
-
1000+ posts
how to make my character walk backwards
I'd really like to see your current movement scripts before I go anywhere. Could I see them?
With regards,
ErnieParke
With regards,
ErnieParke
Last edited by ErnieParke (June 30, 2014 19:02:20)
- BoltBait
-
1000+ posts
how to make my character walk backwards
If your game uses the “move (10) steps” block in order to move forward, just use a negative number to walk backwards. Like “move (-10) steps”.
Hope this helps.
Hope this helps.
- Braeden5454
-
500+ posts
how to make my character walk backwards
If you Dont use steps you can just make a program that changes the x
- andre_rifaut
-
100+ posts
how to make my character walk backwards
See also http://scratch.mit.edu/projects/10045024/ and the clones.
This project has been made by http://scratch.mit.edu/users/griffpatch/
See also other projects:
http://scratch.mit.edu/projects/580563/
http://scratch.mit.edu/projects/1707837/
http://scratch.mit.edu/projects/3307520/
This project has been made by http://scratch.mit.edu/users/griffpatch/
See also other projects:
http://scratch.mit.edu/projects/580563/
http://scratch.mit.edu/projects/1707837/
http://scratch.mit.edu/projects/3307520/
Last edited by andre_rifaut (May 11, 2013 16:43:19)
- MMHMMH
-
100+ posts
how to make my character walk backwards
Maybe
for backwards and
for forwards.
- purplekitten10
-
1 post
how to make my character walk backwards
Try putting this in
When down key pressed
Change x by -3
When down key pressed
Change x by -3
- Scratcher4679
-
1 post
how to make my character walk backwards
im trying to make a game where w is up, s is down, a is back, and d is forwards, the -10 one was the closest i got but it didnt work unless i hit d before it because -10 w is s and vice versa, an ideas?
- HardClaw57
-
500+ posts
how to make my character walk backwards
im trying to make a game where w is up, s is down, a is back, and d is forwards, the -10 one was the closest i got but it didnt work unless i hit d before it because -10 w is s and vice versa, an ideas?
Use this on your player sprite-
Last edited by HardClaw57 (June 19, 2015 18:45:24)
- deck26
-
1000+ posts
how to make my character walk backwards
Please don't necropost - the last message was nearly a year before yours. Create a new topic for your question instead. im trying to make a game where w is up, s is down, a is back, and d is forwards, the -10 one was the closest i got but it didnt work unless i hit d before it because -10 w is s and vice versa, an ideas?
- HardClaw57
-
500+ posts
how to make my character walk backwards
Please don't necropost - the last message was nearly a year before yours. Create a new topic for your question instead. im trying to make a game where w is up, s is down, a is back, and d is forwards, the -10 one was the closest i got but it didnt work unless i hit d before it because -10 w is s and vice versa, an ideas?
Wait this was outdated? Never knew

- pixelart5
-
16 posts
how to make my character walk backwards
Chose the “When ‘space’ key pressed” block and make adjustments so that one of these blocks says “When ‘left/down’ key pressed. Then add these blocks.
Left: ”Change x by -__“
Down:”Change y by -__"
The blanks stand for however many steps you want your sprite to take.
Left: ”Change x by -__“
Down:”Change y by -__"
The blanks stand for however many steps you want your sprite to take.
- HardClaw57
-
500+ posts
how to make my character walk backwards
Chose the “When ‘space’ key pressed” block and make adjustments so that one of these blocks says “When ‘left/down’ key pressed. Then add these blocks.
Left: ”Change x by -__“
Down:”Change y by -__"
The blanks stand for however many steps you want your sprite to take.
That's a less efficient way to do it, especially in a game. My suggestion is a bit better since there is no “jittering” when you hold the key, so you can easily move in a constant direction.
- jamy_hensley
-
100+ posts
how to make my character walk backwards
Apart the -10 steps you may also consider using some sort of previous costume. It should give a moon walk feeling. What do you think about this?
- JoshMoore8
-
2 posts
how to make my character walk backwards
I need help in this game that i'm making but i need to know how to make my character walk backwards please help
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————-
Spyro737 ain't taking no for an answer
Well im trying to find that out to ill give you the answer when I find it today well in 5 secs
- deck26
-
1000+ posts
how to make my character walk backwards
I'm sure they'll be relieved after waiting 3 years!I need help in this game that i'm making but i need to know how to make my character walk backwards please help
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————-
Spyro737 ain't taking no for an answer
Well im trying to find that out to ill give you the answer when I find it today well in 5 secs

Please check the date before posting.
- YaBoi2019
-
1 post
how to make my character walk backwards
Just copy the costume for walking forwards and then reverse it horizontally
- Discussion Forums
- » Help with Scripts
-
» how to make my character walk backwards