what i’m doing is a d&drop quiz, that has 5 right answers out of 19 i want each of the right answers to have a 20 % value i got the score set up and everything works fine but one think wich is that i want to take off 20% for each additional answer some one puts in the target but there is a posibility of of a negative score so i tested and works fine just that i still get a negative answer when i put a wrong answer and none right answers.
the problem i think its in the :
if (_root.tScore <=0){
tScore = 0;
}
http://www.geocities.com/cardjorg/myproblem.fla
thanks
:beam: