• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Popup's close button doesn’t trigger Async - Dialog Event

Mack SIm

Member
Hey everyone! I have the following issue - I use show_question_async() function to show player a question on my loading screen whether they want to continue without internet connection (if there is no such) or exit the game right now. And I noted that if I click on close button (not pressing “yes” or “no”) the Async - Dialog Event won’t be triggered. In my case player just will stuck on loading screen what’s quite nasty. I googled this issue and checked yoyo docs but didn’t find the way how to check whether popup still exists or not.
I’ve been thinking about replacing this popup by my own custom one but it seems to me that I’m just missing something…
 
Top