You should use temporary counter like this:

start:
button blabalabla... click
if a= 1 then blablabla
etc..
goto start:

click:
a=a+1
goto start