Discuss Scratch

TheFatCake
New to Scratch
2 posts

How to make sprite automatically move left and right.

What blocks?
deck26
Scratcher
1000+ posts

How to make sprite automatically move left and right.

If you mean it just moves without any input you could just do

point in direction (90 v)
forever

move (5) steps // change value for different speed
if on edge, bounce
end

Last edited by deck26 (April 15, 2016 12:32:43)

hi10101012
New to Scratch
1 post

How to make sprite automatically move left and right.

helpfull thanks
paninini
Scratcher
1 post

How to make sprite automatically move left and right.

deck26 wrote:

If you mean it just moves without any input you could just do

point in direction (90 v)
forever

move (5) steps // change value for different speed
if on edge, bounce
end
amalkha
Scratcher
3 posts

How to make sprite automatically move left and right.

thanks
deck26
Scratcher
1000+ posts

How to make sprite automatically move left and right.

amalkha wrote:

thanks
No need to post on an old topic to say thanks, all it does is move that topic back to the top page of the forum.
amalkha
Scratcher
3 posts

How to make sprite automatically move left and right.

no problem
InflatingGobos
Scratcher
14 posts

How to make sprite automatically move left and right.

deck26 wrote:

If you mean it just moves without any input you could just do

point in direction (90 v)
forever

move (5) steps // change value for different speed
if on edge, bounce
end
move (10) steps
means move 10 pixels to the right
move (-10) steps
means move 10 pixels to the left
To simulate walking from one place to another and back again a few times (more realistic
set rotation style

Last edited by InflatingGobos (Aug. 9, 2018 03:47:09)

khushraj2005
Scratcher
42 posts

How to make sprite automatically move left and right.

forever
glide (0.5) secs to x: (10) y: (0)
glide (0.5) secs to x: (-10) y: (0)
end

Last edited by khushraj2005 (Aug. 9, 2018 09:08:33)


<Kumquat's Mouth Opens Here (I'm Not Afraid Of A Army Of Lions Led By a Sheep, I'm Afraid Of An Army Of Sheep,) > ::
<(Led By A Lion. - Alexander The Great) And Closes Here> ::
deck26
Scratcher
1000+ posts

How to make sprite automatically move left and right.

Please check the date before posting, this topic is old.
sjsapsssjsj
Scratcher
2 posts

How to make sprite automatically move left and right.

Thanks
P.S i am allowed to post on an old topic… it is not illegal.

Powered by DjangoBB