Discuss Scratch

Liddylasty
Scratcher
13 posts

How do you make your sprite move up, down, left, right gracefully?

I really need help on LEFT ARROW for my game
Liddylasty
Scratcher
13 posts

How do you make your sprite move up, down, left, right gracefully?

how can I move left
Liddylasty
Scratcher
13 posts

How do you make your sprite move up, down, left, right gracefully?

this will work
when green flag clicked
forever

if <key [left arrow] pressed?> then
point in direction (-90)
move (10) steps

end

end
Liddylasty
Scratcher
13 posts

How do you make your sprite move up, down, left, right gracefully?

or
when green flag clicked
forever
if <key [left arrow] pressed?> then
point in direction (-90)
move (10) steps
repeat (1)
next costume
end



end

end
Liddylasty
Scratcher
13 posts

How do you make your sprite move up, down, left, right gracefully?

or use this block
set rotation style [left-right]
Liddylasty
Scratcher
13 posts

How do you make your sprite move up, down, left, right gracefully?

deck26 wrote:

This topic is getting old and should probably be considered closed.
there should be more. imagine a poor new scratcher trying to find out!
gtoal
Scratcher
1000+ posts

How do you make your sprite move up, down, left, right gracefully?

MiniWoofGaming wrote:

define graceful please

just what I was going to ssy.

To me, graceful movement requires:

appropriate acceleration when starting to move

smooth curve for trajectory

effects of friction/gravity

possible overshoot and correction on sudden stops, otherwise appropriate deceleration curve

possibly handling of angular momentum, especially when turning cornerrs

Hope these give you something to think about in the context of your game, whatever it is…
SuperMarioFan4
Scratcher
100+ posts

How do you make your sprite move up, down, left, right gracefully?

That's enough! Reporting this to be closed!

Powered by DjangoBB