How to code a button to check all input fields at once?
I have made an interactive math problem that has the user go through about a dozen steps. One of the steps requires the user to complete the problem on their own. In order to fill out the problem, I have created multiple input text fields so that they can be filled with the correct answers. In this problem, there are about 23 of these text fields. After all of these inputs are filled in, I would like to find a way to display the correct answes with the click of a button. Once, the button is clicked, I would like to have the correct answers to have a highlight of green or some other indicator behind it to indicate to the user that it is correct. I have tried to find an if statement to statsify these conditions but I have not been successful at doing so. In other words, I know what I want to do but I do not know how to tell actionscript 3.0 and flash to do so. Could someone please help me in figuring this out?
