Hi guys,
i created simple math game for kids
when user hit correct answer how to add score and it increase every single correct answer.?
i have searching in forum but not found suitable one.
Hi guys,
i created simple math game for kids
when user hit correct answer how to add score and it increase every single correct answer.?
i have searching in forum but not found suitable one.
Create a variable called “score”.
Before starting a new game set score to 0.
When a user answers correctly increase score by 1.
Dean,
thank you for your help. it worked