OK! So...
I have two graphics, one representing a Previous button and one representing a Next button.
When I click the Next button, I need to increment a counter which will indicate the next set of questions to display.
When I click the previous button, I need to decrement a counter again to show the previous questions.
Before I move the next question I want to save the current answer, then move to the next question.
When I move to the previous question i want to retrieve the answer.
I need some guidance on the best method(s) to achieve the above.
Can anyone help me or point me in the right direction.