Alright, let's make the player move left and right.
Good. And how do you think you should go about doing that?
Umm.. by turning off the up and down keys?
Right. And do you know what code you need to remove to turn off those keys?
Well, the check_input() function handles the keyboard input. So I can just remove the parts that deal with the up arrow and down arrow.
Excellent, try that and verify that it works.
Congratulations! You've earned the Movement I - Horizontal badge!
GOTO 015 if you already have the Sprite I - Origin badge.