Is there a way to automatically determine when a button is clicked, the program know it was that button that was clicked, meaning the button click is self, not another?
I have a jeopardy board with 25 questions. When I click on button "100" in category 1, is there a way to determine it was that button that was clicked??? If this is possible, then I don't have to edit all 25 buttons one by one to tell them this is the button that was clicked.
Right now, I'm having to edit each button's actions to tell it this is the button that was clicked. If the program can detect the button that was clicked, then I can just write a fuction that runs the actions I was performed.

