gms_show_message
Usage: gms_show_message ( text )
Description
Shows a message with the text text.
Replies (2)
Last message on 25 Sep 2017
I'm wondering if there is possible to add a gms_show_question function, similar to gms_show_message but centered on the screen and asking the user for a response. I'm using GML's show_question function but in Android it's a pop-up, and it freezes the game :(
Size43
(Administrator)
on
25 Sep 2017, 16:58:13
Hi, this will not be added to the current version of the extension, but it will be part of the rewrite.
Note that you can also use GameMaker's show_question_async for a non-blocking dialog.