Building a flash multipage questionnaire!

Hi all!
I have found Kirupa very helpful to get to the point I am at now, but I am really stuck here. Most of my flash experience is with the timeline only; I lack knowledge and understanding in action scripting. I don’t think what I am trying to do should be very difficult, I just need a push in the right direction.

I am trying to build an 11 page flash document. I already have everything set up on 2 layers. My questionnaire consists of radio buttons and text input fields. The idea of it is for a user to complete it and have it email to me.

first layer has a stop action
second layer has 11 keyframes, each frame contains a new page of important information.

  • each page has next and back buttons with the following script
    (release) {
    prevFrame();
    }

&
on (release) {
nextFrame();
}

When I click a radio button and fill out the text field and click “next” and fill out the next page then hit the back button; the text field has the information in it still, but the ratio buttons are unclicked?
My main question is HOW to keep those buttons clicked and collected in order for it to me emailed to me?

ANY help at all would be AMAZING!
So far my questionnaire looks awesome!!! But it is rather un-functional. :frowning: and this makes me sad. :slight_smile:

Please help!!!