Hi,
I have a button, but for what I want it to do, I need to click it twice to reset the situation in my game.

The code at the moment is :

Man1.Picture = Man2.Picture
Timer3.Enabled = Not Timer3.Enabled

Then Timer3 is :

Time2.Enabled = False

Instead of clicking this button TWICE, Is there a way to make the buton click twice when you click it once (i.e. a command, or something).