Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you make a sprite move faster? Help me please!
- bkulis
-
9 posts
How do you make a sprite move faster? Help me please!
How do you do this? I am working on a school project and my teacher won't help me! It is probably easy but please help me! Thank you. This is what I have:
- drmcw
-
1000+ posts
How do you make a sprite move faster? Help me please!
Increase the number of steps will make it go faster. What you have should be pretty much instant so I can't think why you want it faster? Slow it down by making the steps smaller and/or adding a wait block.
- deck26
-
1000+ posts
How do you make a sprite move faster? Help me please!
Please don't necropost - previous post was 2013.
- -Ion-
-
65 posts
How do you make a sprite move faster? Help me please!
That is a good question. So, you are showing repeat 25 times, move 10 steps. To make it go faster, you could double it, to make it move 20 steps, or if that's too fast, change it to move 15 steps. For the repetition block, repeating 25 times is for 10 steps. For example, if you want it to go the same distance, just faster, you could make it 20 steps, which would be repeat 12.5 times, which is divide by 2. You could do the same if you want 15 steps, just divide by 2.
Hopefully this helped.
@-Ion-
Quality is key.
Hopefully this helped.
@-Ion-
Quality is key.
- zhewitt
-
44 posts
How do you make a sprite move faster? Help me please!
I will make a project showing how to make the sprite increase speed using two ways
- deck26
-
1000+ posts
How do you make a sprite move faster? Help me please!
Come on guys, you're necroposting on a topic nearly two years old. The original poster isn't still looking for help on this.
- ScratchModelMaker
-
100+ posts
How do you make a sprite move faster? Help me please!
Please don't necropost.
- P-Code
-
500+ posts
How do you make a sprite move faster? Help me please!
bbbbbb
Welcome to the forums! This topic hasn't been posted on in over three months. This post isn't adding anything to the topic, so this is considered a necropost. Remember to check the date of the last post before posting

I'm going to report this topic to be closed, since it's nearly three years old.
Last edited by P-Code (Nov. 9, 2016 03:45:01)
- Discussion Forums
- » Help with Scripts
-
» How do you make a sprite move faster? Help me please!