Re-size of buttons based on certain events
Answered
I figured out how to get a button to resize when clicked on however, I can't figure out how to get it to resize back to its original size once I click on a different button. Any suggestions would be helpful. Thank you
On the different button, create an "On Click" + "Resize" event, and have it resize the button that has already been resized. Don't change anything for the width/height resize. I.e., if the button is 50x50, leave the resize width/height as 50x50. This will result in the button resizing back to its default value. Let me know if you have any questions.
Comments have been locked on this page!