Using numbers works too. It can help to shorten your code, however it is easier to remember those constants. They can all be viewed in the HELP menu for the BUTTON() command. For example, 1,2,4, and 8 are UP, DOWN, LEFT, and RIGHT respectively. You can also STATE 'IF BUTTON()==number/constant' instead of using the AND operation. Just some tips to shorten your code ;)