Discuss Scratch

Moisture
Scratcher
11 posts

Platformer moving

how do i make my character move i know how to make stuff move just platformers are harder to do
move () steps 
yes i know

Be moist
ryandw
Scratcher
62 posts

Platformer moving

You can try this:
when green flag clicked
forever

if <key [right arrow v] pressed?> then

change x by (10)
end
if <key [left arrow v] pressed?> then

change x by (-10)
end

end
Hope this helps.

Ryandw

Look here for some features: http://scratch.mit.edu/studios/433126/
Need a Encoder/Decoder? Try this one: http://scratch.mit.edu/projects/22883592/#player

if <(Need help?) = [true]> then

ask [for help!] and wait
end

Powered by DjangoBB