press the green flag and use the arrow keys to move around. this isn't a game but I am showing you how to make a simple hinge axis to move sprites on (instructions in notes and credits)
step 1: create two forever loops. connect them to if green flag pressed block. step 2: put two if blocks in each loop step 3: go to sensing, and drag out four of the "if key space pressed" blocks step 4: put them in the if blocks step 5: for one loop change one to "up arrow" and the other one to "down arrow". then for the other loop do "right arrow" and "left arrow" step 6: create 2 variables, X, and Y. step 7: in the loop with up and down commands, for the up if block, use a change Y by 3 block. for down use change Y by -3 step 8: repeat step 7 in the other loop, but use X, and use 3 for right arrow, and -3 for left arrow step 9: and finally use a go to x: y: block and set x to X and y to Y see my code for reference, and comment if you have questions!!