Discuss Scratch

narwhal123
New to Scratch
3 posts

Move 10 Steps

My son and I have just started working with Scratch. At the very beginning of the step by step tutorial it has you add an instruction to Move 10 steps. It then tells you to click that instruction and watch it perform the instruction. However, the cat moves only one step not 10. Are we doing something wrong?

Thanks

Javier
drmcw
Scratcher
1000+ posts

Move 10 Steps

Look at the x coordinate of the sprite, it will have changed by 10 in one step. Try changing the number and you should see the amount the sprite moves in one step will change.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
narwhal123
New to Scratch
3 posts

Move 10 Steps

Oh I see that now. It will always appear as if it's a single step, but that one step will have a different value based on your script. Also I just realized that the position of the sprite is displayed on the top right of the screen so I can see now how it does increment the X by 10. I also made it go all the way to the right and at one point it stopped incrementing because it had fallen out of the screen altogether, or just about.

Thanks for your help
drmcw
Scratcher
1000+ posts

Move 10 Steps

That's it. If you want to make the default cat sprite wak 10 move steps try this
when green flag clicked
go to x: (0) y: (0)
repeat (10)
move (10) steps
next costume
wait (.2) secs
end

Last edited by drmcw (Jan. 23, 2014 07:55:15)


10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
MasterCard786
Scratcher
100+ posts

Move 10 Steps

drmcw wrote:

That's it. If you want to make the default cat sprite wak 10 move steps try this
when green flag clicked
go to x: (0) y: (0)
repeat (10)
move (10) steps
next costume
wait (.2) secs
end

You can also use glide if you are making an animation. The above is correct for a game!

Check these: APEX NEWS ISSUE 2 - http://scratch.mit.edu/projects/20648596/
And the amazing square - http://scratch.mit.edu/projects/20741133/
narwhal123
New to Scratch
3 posts

Move 10 Steps

Great stuff. Thanks all!
AlphabetCake
Scratcher
8 posts

Move 10 Steps

move (10) steps

Last edited by AlphabetCake (Oct. 21, 2019 02:36:22)

deck26
Scratcher
1000+ posts

Move 10 Steps

AlphabetCake wrote:

move (10) steps
Please don't necropost or spam - all you've done is move an old topic to the top of the forum and bump someone needing help off the top page.

Last edited by deck26 (Oct. 21, 2019 09:13:46)

berryjam3506
Scratcher
1000+ posts

Move 10 Steps

deck26 wrote:

AlphabetCake wrote:

move (10) steps
Please don't necropost or spam - all you've done is move an old topic to the top of the forum and bump someone needing help off the top page.
You necroposted too

I necroposted too

We all necroposted
deck26
Scratcher
1000+ posts

Move 10 Steps

berryjam3506 wrote:

deck26 wrote:

AlphabetCake wrote:

move (10) steps
Please don't necropost or spam - all you've done is move an old topic to the top of the forum and bump someone needing help off the top page.
You necroposted too

I necroposted too

We all necroposted
The difference is I only do it to point out that it shouldn't be done. They only have 3 posts to their name so may not be aware of this. Not sure what the point was of your post and I won't respond further since that would be pointless.
eaglecoder42
Scratcher
1 post

Move 10 Steps

Click the 10 in the circle, then hit delete/backspace once.
move (10) steps
move (1) steps



Last edited by eaglecoder42 (Oct. 24, 2019 19:26:01)

deck26
Scratcher
1000+ posts

Move 10 Steps

eaglecoder42 wrote:

Click the 10 in the circle, then hit delete/backspace once.
move (10) steps
move (1) steps



Please read a topic before posting and you'll avoid necroposting.
education-666
Scratcher
36 posts

Move 10 Steps

The Move 10 Steps Block Is The Same As This:




change x by (10)


You Are Not Doing Anything Wrong

Last edited by education-666 (Nov. 3, 2019 19:54:35)


Plz follow me I need attention
deck26
Scratcher
1000+ posts

Move 10 Steps

education-666 wrote:

The Move 10 Steps Block Is The Same As This:




change x by (10)


You Are Not Doing Anything Wrong
Only if you're pointing in direction 90 degrees.

This topic is old so it is very unlikely the OP has any interest in this any more.

Powered by DjangoBB