sharareh12
Technical User
Hi,
I am trying to create a quiz for a learning CD Im doing using flash. I have provided 3 options for the user to click, with one being the right answer, however when i click the wrong answer, the text saying "right" comes up. additionally, i have a "get question" button which retrieves the next question for the user..the problem is when the next question is displayed, the "right" or "wrong" text from the previous question is still there and when an answer is clicked for the 2nd q the remaining "right/wrong" option comes up. so basically it doesnt work..this is code behind the buttons..
on (release) {
if (Number(ca) == 1) {
gotoAndPlay ("right");
} else {
gotoAndPlay ("wrong");
}
}
i have the same thing on each of the option buttons...i know its difficult to understand but i would appreciate any help i can get...
S
I am trying to create a quiz for a learning CD Im doing using flash. I have provided 3 options for the user to click, with one being the right answer, however when i click the wrong answer, the text saying "right" comes up. additionally, i have a "get question" button which retrieves the next question for the user..the problem is when the next question is displayed, the "right" or "wrong" text from the previous question is still there and when an answer is clicked for the 2nd q the remaining "right/wrong" option comes up. so basically it doesnt work..this is code behind the buttons..
on (release) {
if (Number(ca) == 1) {
gotoAndPlay ("right");
} else {
gotoAndPlay ("wrong");
}
}
i have the same thing on each of the option buttons...i know its difficult to understand but i would appreciate any help i can get...
S