If you are looking to make a basic quiz game in Flash, then here's how to (this was written by me):
Make your first question. Make some incorrect answers and one correct. Let's say that the next question is on frame 3, and the gameover screen is on frame 1. Now, on the correct answer, right click on it. Press 'Convert to Symbol' and call it whatever you want, and make it a button. Then click on the correct answer and press F9. Enter this code on the coding area and put:
on (press) {
gotoAndPlay (3)
}
This code means that when you click on the correct answer, it takes you to the next question.
With the incorrect answers do everything exactly the same, apart from the gotoAndPlay (3). That should be (1) because it is supposed to take you to the game over screen, not the next frame.
There, you have just learnt how to make a simple quiz game in Flash! You could make other games using the same code too, like a game where you have to find buttons (like the Button Hunt games if you have ever played them, if you have not and you want to see what I mean then there is a link at the bottom).
Button Hunt:
http://www.kongregate.com/games/Achilles015/buttonhunt