You'll need to use a position variable. You will need to modify this position variable through buttons, and then draw the paddle at the specified position. It also helps to have a WAIT command within your loop so that input is controllable. You should clear the screen (with CLS, in this case) after the WAIT to redraw everything on the next frame. If you need any more help or guidance, just ask!