|
|
It has been years since I have played with this, but I am trying to
put together an educational piece, where the viewer picks one item
from one group of radio buttons, a second item, from a second group of
radio buttons, and finally a "start button" that will look at the two
radio buttons selected, and take them to another portion of the score,
based upon their selections.
I have managed to find which buttons are selected, using
put sendAllSprites (#RadioGroup_SelectedButton, "cations")
but I am having difficulty with using the information obtained, which
comes back in the format:
[#name: "Magnesium ion", #number: 1, #sprite: 1]
or
[#name: "Hydrogen ion", #number: 2, #sprite: 2]
depending on which is selected. What would be the best approach to
extract that information, and use it to navigate.
My current plan is to use an if then statement to navigate to a new
frame.
|
|