Hello,
I'm trying to create an interactive grid where the blocks on the grid change their colors when user click on them and outputs the colored indices when the user clicks the stop button. I was able to modify the example from the link below to work for my project. Now, I'm trying to add another case to (case 4) but it doesn't work. When I ran the program, it was able to recognize and call the correct case number (#4) but then it went back to the default case instead. Please help!
Thanks in advance!