I’m writing an applescript to act as a simple launcher for a psychology experiment. Right now it starts with a display dialog that gets the user to input a subject number, then launches the correct file based on that subject number.
I’d like to make it do one more thing, in the same dialog window where the subject number is entered: have two radio buttons the user must select: Day 1 or Day 2, and then the script will launch a file from the Day 1 or Day 2 folder accordingly.
Is there a way to do this? Thanks very much.