Using what we learned about the coordinate plane and variables, can you start building these new movement controls? Let's also set the hero's starting position and angle.
Inside of the forever loop, but outside of the if-then-else statement, put down a dark blue block "change y by ___." Now we want to change Y by a variable, so go to your orange variable blocks. Grab the bubble that has your variable name in it, and put it inside the blue block's blank space.
Inside the "then" part of this statement, grab an orange "variables" block called "change ___ by ___." Set it to your Y Speed variable, and then change it by a positive number.
Inside the "else" part of this statement, grab an orange "variables" block called "change ___ by ___." Set it to your Y Speed variable, and then change it by a negative number.