While I'm sure there are various ways to implement it, I'll tell you how I'd do it. Use a variable to track the location of the paddle. Use the BUTTON command to get button input from the player. Use said input to change the variable of the paddle's location. Use the LOCATE command to print the paddle at a specified location, determined by the previously mentioned variable.