Well it cant work that way
You have 3 different sprites and you pick random instance from the first sprite
Best way in my opinion is to make the button to be only 1 sprite with 3 different frames
Place the 3 instances of that sprite and make them to be the 3 different frames
And then you can do like this:
If Sprite is on frame : random(0,2) then make invisible
Hope it works