turf/paper
Click()
switch(alert(usr, "What is Ninjutsu?","Genin Exam #1","A. Hand to hand combat","B. Long range combat","C. Illusionary techniques"))
if("A. Hand to hand combat")
usr << "wrong!"
if("B. Long range combat")
usr << "correct!"
if("C. Illusionary techniques")
usr << "wrong!"
i want to know how to make a code like above and all the correct answers you get will only show after the test ends... *NOT EVERYTIME YOU ANSWER THE CORRECT ANSWER SHOWS UP!*
....
thank you.....