This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-08-03 12:17:32

ooncart
Scratcher
Registered: 2008-08-03
Posts: 1

motion

When the scripts box shows any number of steps and I double click it, it only takes 1 step .

Offline

 

#2 2008-08-03 12:25:40

newareagle
Scratcher
Registered: 2008-06-10
Posts: 100+

Re: motion

What are you talking about? If you mean move ___ steps it means every sterp you move x places, not that you move 1 step x times. To further explain:
Move 1 Step: You move once, one pixel
Move 5 Steps: You move once, 5 pixels
Repeat 5
Move 5 Steps: You move five times, 5 pixels each, a total of 25.


My Guitar Hero Game.
8/9 Projects on the Front Page at Once!

Offline

 

#3 2008-08-03 15:28:45

Zelda123
Scratcher
Registered: 2007-11-21
Posts: 1000+

Re: motion

A step is one pixel- so moving 10 steps is moving 10 pixels.

If you want to move a total of 10  pixels and include a break in between each you can do.

Repeat (10)
Move 1 Step
Wait .01 Secs.

Offline

 

Board footer