ok I have syntax problem, I get an error can't find the matching if....I am a newbiew with action script so please be gentle! Thanks in advance for any help
if (userscore<84) {
comment6 = +firstname+", you answered "+numOfQuestionsAnsweredCorrectly+" % "+"of the answers right. Please study more and retake in 10 days.";
}
trace(finaresult)
else if ((userscore>85)){
comment6 = "CONGRATULATIONS! "+firstname+" You answered "+numOfQuestionsAnsweredCorrectly+" % "+" of the answers right. Congratulations on becoming Certified. You will recieve your official Certified Certificate in the mail soon.";
}