56-s 56-s loading
A very simple way of doing it is this

when green flag clicked
forever
change y by (-10)
if <touching [ ground] ?> then
change y by (10)
end

or you could replace it with a change x by code so you don't go thourgh walls.