Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » MY SCRATCH CHARACTER ISN'T MOVING!!
- summer25b
-
Scratcher
7 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
Ok when I press play my character moves to the end of the screen, and then I want it to move back to the start of the screen where my character started. I put the code for it in and I thought it would do it, but then my character just stays at the end of the screen and doesn't go back. I tried a bunch of different codes to make it move back the way I want it to, but it never works. So i kept retrying it, but it never worked, even with the code that I knew would make it go like that. But it didn't work, so whenever I play it I need to restart the whole thing before it goes back. My project is called Stickman Jump, but there is 2 of them so go to the one created by “summer25b”. I want to finish my game soon, but I can't figure this out! If you know what the problem is, please respond soon. Also, please fix the script and remix it if you can.
- coxy5
-
Scratcher
100+ posts
MY SCRATCH CHARACTER ISN'T MOVING!!
Is your project shared as I can not find it! To help it would be good to see what you have done so far!
- summer25b
-
Scratcher
7 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
Ok I shared it hopefully now you can help me!
- coxy5
-
Scratcher
100+ posts
MY SCRATCH CHARACTER ISN'T MOVING!!
It works fine for me! Your character moves from the middle to the right and then jumps to the left hand side of the screen. It stays there as you haven't told it to move after that!
- TharpAJ513
-
New Scratcher
3 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
I can't get only one person to move instead the entire project i need help with that

- summer25b
-
Scratcher
7 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
coxy5, I have told it to move there! Maybe you are looking at the wrong project? If I am wrong, can you tell me what code to put there because i thought I had put the right code there.
- summer25b
-
Scratcher
7 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
Oh wait a minute. I'm sorry, you were right but now I figured it out so you don't have to respond to the message I just sent!
Last edited by summer25b (June 26, 2014 15:36:54)
- summer25b
-
Scratcher
7 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
TharpAJ513, I think I might know your problem, but I might not be right because I am sort of new to scratch. Let's say you had a cat and a dog, and you wanted the cat to move, not the dog. Before you put the code, you would click on the cat and make sure there is a blue square around it before you put any code, and then it should only affect the cat.
- summer25b
-
Scratcher
7 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
I need help to add music to my game, how do you do it? I have tried but I can never get it

- Programming_Guru
-
Scratcher
84 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
summer25b, If you wanted to use music you could choose a song loop from the sample sounds library provided by the scratch website, or you could perhaps go to a project you thought had cool music see inside, click on the backdrop (or sprites whichever contains the music) bring up the sounds so you can see them then on the bottom of your screen you'll see a little bar that says “backpack” you click it, the backpack comes up and you can drag anything into the backpack (for now because you want the music just drag the sounds) put the sounds in the sprite you want them in and create a script saying to play the music. In case you need help with the script it should look like this:
when green flag clicked
when green flag clicked
forever
play sound [ Song you packed] until done
end
- mamamiapizzarita
-
Scratcher
3 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
Sooo, I did all the coding right…. BUT MY CHARACTER WON"T MOVE!! Plz help meeeeee
- PizzaAddict4Life
-
Scratcher
1000+ posts
MY SCRATCH CHARACTER ISN'T MOVING!!
Sooo, I did all the coding right…. BUT MY CHARACTER WON"T MOVE!! Plz help meeeeee
Please make a new topic if you are having troubles with your code, rather than posting on a different one.
- mamamiapizzarita
-
Scratcher
3 posts
MY SCRATCH CHARACTER ISN'T MOVING!!
okkSooo, I did all the coding right…. BUT MY CHARACTER WON"T MOVE!! Plz help meeeeee
Please make a new topic if you are having troubles with your code, rather than posting on a different one.
- Discussion Forums
- » Help with Scripts
-
» MY SCRATCH CHARACTER ISN'T MOVING!!