x=false; function button() { if (x) alert('button') } /* тут ты творишь там что-то*/ x=true; button(); x=false; button(); x=true; button();