Hi, i’m trying to make a simple quiz game with corona, but i have some question.
Well i would like to create an external .txt with questions, right answers and wrong answers for example
question1
right answer1
wrong answer1.1
wrong answer1.2
question2
right answer2
wrong answer2.1
wrong answer2.2
and so…
In this way, i should have into line 1-6-11-16 etc all the questions, into line (question + 1) i have the right answer, and into the lines (question+2)(question+3) the wrong answers.
Is it possible to link the correct line to a newLabel in the main.lua file?
How can i do this? [import]uid: 30837 topic_id: 7085 reply_id: 307085[/import]