My current project is based on a Tic Tac Toe Human vs Human project. I have the basic set up of the gameplay but have a issues in two main areas.
1. How do I set it so that once a button is pressed, it cannot be unpressed. Effectively locking it in place and the resulting value being sent only once place as well.
2. How can I have new infomation come into a while loop while an internal loop is continuing.
I will attach the files to better demonstrate point 2.
Basically my Boolean switch sends its T/F data to a while loop where the data remains, constantly looping. I want the while loop to send the T/F data to the indicator and then loop the button again.
Any help would be apprecaited.