Question
CS3: Buttons that add to a score
I'm trying to make an interactive quiz with a few key points:
each answer has to add to a score, and the score has to be
displayed at the end of the quiz in a dynamic text box.
Now... I've coded all the buttons and finished the animations, but I still need to set it up so each correct answer gives the player a point. How would I go about doing this, plus displaying it at the end?
P.S.
I might feel ambitious and try to have two different animations at the end, a "good" ending and a "bad" ending. How do I get the animation to go to a specific frame depending on the players score, depeding if it is above or below a certain number?
Now... I've coded all the buttons and finished the animations, but I still need to set it up so each correct answer gives the player a point. How would I go about doing this, plus displaying it at the end?
P.S.
I might feel ambitious and try to have two different animations at the end, a "good" ending and a "bad" ending. How do I get the animation to go to a specific frame depending on the players score, depeding if it is above or below a certain number?