Well you could Kevin BUT...... The method used for comparing text is simple bolean logic which is case sensitive.
So if the answer I want to see is Rome BUT the user types ROME, rome, RoME, or RomE the comparison gives me a no it doesn't match response.
With a short name you could check for all varients of case but it rapidly gets out of hand.
Santiago... Noooo I don't think we want to go there.
Scoring is easy, at it's simplest you could have an onject, almost any object, and an action that uses an ONCLICK event with a SET SCORE. Click and whatever number you want is added to the user score,
Well you could Kevin BUT...... The method used for comparing text is simple bolean logic which is case sensitive.
So if the answer I want to see is Rome BUT the user types ROME, rome, RoME, or RomE the comparison gives me a no it doesn't match response.
With a short name you could check for all varients of case but it rapidly gets out of hand.
Santiago... Noooo I don't think we want to go there.
Scoring is easy, at it's simplest you could have an onject, almost any object, and an action that uses an ONCLICK event with a SET SCORE. Click and whatever number you want is added to the user score,