ducky3624 ducky3624 loading

Intelligent684 wrote:

Something more responsive you can try, is this: (For this code, you can hold down movement keys.)
when green flag clicked
forever
if <key [up arrow v] pressed?> then
change y by (10)
end
if <key [down arrow v] pressed?> then
change y by (-10)
end
end

Copy this for left and right (as mineturte said, left is -10x, right is 10x.)


Good, but a bit too complicated