Hi everyone,
I created a GUI and used it for dialog options. It's an ordinary GUI.
Then I wrote in function game_start() the following code:
game.dialog_options_x = 16;
game.dialog_options_y = 114;
(game resolution is 320x200)
It works perfectly... but only if the option "print dialog options upwards" is set to false!
I'd like to print my dialog options upwards, so I turned that option to true... and the Dialog options doesn't work anymore!
if I turn that option to true again, the dialog works!
I can't figur out what was wrong!!
Thank you.
I created a GUI and used it for dialog options. It's an ordinary GUI.
Then I wrote in function game_start() the following code:
game.dialog_options_x = 16;
game.dialog_options_y = 114;
(game resolution is 320x200)
It works perfectly... but only if the option "print dialog options upwards" is set to false!
I'd like to print my dialog options upwards, so I turned that option to true... and the Dialog options doesn't work anymore!
if I turn that option to true again, the dialog works!
I can't figur out what was wrong!!
Thank you.