I think maybe it is a dumb problem , but anyway
i set the button ,BOTÃO , to :

on(release){
day += 25
}

and put this on the frame :

var day = 0
if (day >= 25)
{
BOTÃO._visible = "false"
}

but it just don't disappear
what i should do ?