Hi,
I am creating a simple Flash game for an educational site, and the idea is that you have a list of animals/ birds/plants on the left which you need to drag into the correct column. At the end you click a check button which checks to see if the answers are correct, and if they are, display a tick - if not a big red cross. So far so good... but I can't get the logic right. Because each item sets a variable ( right or wrong ) which then displays either the tick or cross..BUT whatever variable was set last overides anything else set before it. So - if answer 2 was wrong but answer three was right, it still displays a tick, even though the previous answer was incorrect. Is this making sense? How do I get round this...using an array?
thanks
Iso
Start Free Trial