Since last time, I’ve managed to make my code to start dialogue work. However, the dialogue would only advance with the space key. I wanted mobile players to be able to advance the dialogue by touching the screen is well, so I added this chunk:
Strangely enough, it does work. However, it skips the dialogue from the first line of text to the last line of text, cutting out the line of text in between. How do I fix this?
Hi you probably need ‘touchheld’ under the cursor/touch and trigger once.
you can combine the two events with OR with AND for ‘cursor on’ and ‘touchheld’ with trigger once
Can you show me what you mean? As in a sub event or?
Update: managed to get the touch controls to work when I copied the project and replaced the space commands with touch commands. I might just make a mobile and computer version of the project and upload them separately.
1 Like