hello. Newbie here.
i 'm making a game with questions and answers.One question with 7-8 correct answers. Each correct answer gives specific points. i set text1 "0" when game starts.
EXAMPLE :
when answer is correct i use : event -> textbox /compare text "LION" / action -> text1 /set text "10"
so when you type LION in the textbox you take 10 points in text1.
Problem is i can't add the points of all answers using this way.It keeps only the points of one answer.
any help around ?