Hi, I am working on an 'educational' flash game for an assignment. I had experience with AS2 so I thought this would be easy in AS3 but it's really not.

Basically I have 10 pages each with a question and three multiple choice answers. I want the code to count how many correct answers are chosen and then use that number to send the user to another page that says how many they got correct.

Then I have a second game which is days of the week, and the user has to drag the correct day to the right spot on the calendar. The code should again count how many are correct and direct the user to a page saying how many they got correct.

I have all the pages designed but I have looked everywhere for code that could even get me started with this and I'm stumped. Any help would be greatly appreciated.