Hi there,
I can t find after looking in forum / youtube about my problem.
No way to close dialog box while using dialog tree, it’s ok to go to next dialog line with same key as opening dialog but i can t close it.
What do you think ?
Hi there,
I can t find after looking in forum / youtube about my problem.
No way to close dialog box while using dialog tree, it’s ok to go to next dialog line with same key as opening dialog but i can t close it.
What do you think ?
I’ guessing here, but I think is because is pressed is evaluating all the time try to add a trigger once on that event o change the pressed to released.
In addition to Ulises’ suggestion above, any show/hide event (layer/sprite/etc) you always want to ensure it’s set to trigger once. Otherwise they can conflict with each other hide or show events.
The same will be true for your events under “Insert key is released”. Ignore default controls should always be used with trigger once too.