I'm working on a point and click adventure game and I'm having trouble with dialogue boxes (which is a problem because it's like 90% of the game) namely progressing dialogue past the first initial line.
I've followed the tutorial of Kyatric
/ arcade link, and it seemed easy enough to follow, except for my key problem.
What I want to happen is that when the object is clicked, the appropriate dialogue appears, and when you click anywhere on the dialogue box, you move on to the next line, until it finishes and the dialogue ends.
What actually happens is the first line plays, and nothing happens after this; I've tried to scan through the code to see if I missed anything and I've come up empty handed.
(I also tried reverse engineering it by checking through Bbenny's Dialogue Box Template code with no luck, as they use a different method)
I'd love to hear what I'm doing wrong here, or if there's anything amiss in my xml file; tutorials for dialogue in Construct 2 seem so sparse and vary greatly in implementation...
>> I'll do my best to keep the link updated. <<
Thank you for listening.