Hi folks,
I’m usually quite competent with Corona but I’m not sure how to achieve this idea.
Basically, imagine 2 characters are talking.
I would like it so after Person A speaks, the text remains there until the player taps; which causes the conversation to continue until he taps again.
I can imagine this is basic but I’m not sure if there’s a command I don’t know.
So something like:
(Just a rough idea)
local textSpeech = newText("", 0, 100, "Narkisim", 24); --Person A Speaks textSpeech.text = "Hi, I'm Person A" --\<\<\< Wait for user input. textSpeech.text = "I'm person B!" Timers... Sound Effects... --\<\<\< Wait for user input.