If you mean you want it to go to a area in the code you can use GOTO or GOSUB like this IF BUTTON()==16 THEN GOTO @LABEL or IF BUTTON()==16 THEN GOSUB @LABEL with GOSUB you need return