I am not completely clear about your setup but the BRANCH command might be what you need/want.

You could have a VAR that increments every time the button is pressed.
Code:
IF BUTTON = 1 THEN 
CNT = CNT + 1
Then the BRANCH
Code:
BRANCH CNT,[MENU1,MENU2,MENU3,...]