Things have been going great! I've finished the user login app and I will now work on the kernel. Yes, you can do that. Try this: @MAIN GPUTCHAR 123,Y,"hi" IF #DOWN AND BUTTON(0) THEN INC Y,16 (You made need to change this) VSYNC 1 GOTO @MAIN To go up, add a line that uses #UP and decrements Y. You can do the same with left and right but the X value will change instead unless you want diagonal.