Quote:
Originally posted by richardginn:
first set some variable to 0.
then use a WHILE loop.
load up the message box
load up the input box
Get the input from the messagebox
check the Input from the message box
Using simple IF statments here:
If the user is correct the variable changes to some other number than 0 and a NEW message box comes up telling the user he is correct.
if the user is wrong the variable does not change and a NEW message box comes up saying that he is wrong and it will have two buttons on it.
One to restart the question and one to just move on.
If he clicks on the restart the question we go through the loop again.
If he click on the just move on button the variable changes it number to something other than 0 and the loop is teminated.
I know how to do most of it, but I need something like an example to mess around with, could you please give me one?