Multiple Radio buttons/Multiple choices

I want to create a screen that has 4 radio button groups. Once choices have been made for each group, I need to store those choices somewhere so that when a submit button is selected, it will run a specific movie clip based on the choices made. The choices can be any combination of the buttons (I have already created the movie clips that will run).

This is to run scenarios based on data already collected. The button groups include: Pump Operation (1, 5 or 6 pumps), Tide Cycle Type (typical, wet year or dry year), Debris Load (high, mid or low), and Fisheries Criteria (salmon or other). The choices run a simple animation through a complete tide cycle, and once the animation has been run, the user can select any portion of the tide cycle to see specific information (changing data is displayed for each portion of the tide cycle).

I’m sure I’m overlooking something really simple, help is greatly appreciated!