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.
Then the BRANCHCode:IF BUTTON = 1 THEN CNT = CNT + 1
Code:BRANCH CNT,[MENU1,MENU2,MENU3,...]
Bookmarks