Hi guys,
I was trying to make something as simple as it sounds, a Next button.
I have some pieces of text that I want to be shown but one by one, like instructions for example.
So when the layout starts, blabla1 is shown.
Then pressing a Next button (sprite), the next piece of text (blabla 2) is being shown.
I have this working with "set text to blabla2", not a problem.
However when I add another piece of text like blabla3, then the button is not following a timeline, but it's showing blabla1 followed by blabla3. Not blabla2. Only when I add a wait action in between, it will show so many seconds. But I want the Next button to do it.
I have tried a pause button as well, but I get to the same problem.
Could anyone please give me a hint, it must be the easiest thing but I can't get my head around it.
Thanks.
Queueon