http://scratch.mit.edu/projects/guyman55/1577967 this game is easier than the original because the jumping is fixed
Offline
Heres a good jumping script.
<when green flag clicked><forever><wait until><touching color[ (Color of ground) ] <if><key[up arrow ]pressed?> <repeat( <pick random(10 )to( 20)<change y by( 10)
Also, you'll need landing. So heres that script.<when green flag clicked><forever if><< <not> >><touching color[ color of ground ] <change y by( -3)
Offline
This looks like a ripoff of ludo's old game, except the getting hit script was mixed into the jumping script
Offline