Hi,
in a game I'm trying to develop the first screen has a nickname field, a server selection dropdown and a start game button.
The start game button is only enabled when the nickname is inserted and a server has been selected.
I'd like to enable it only when the game is the last version so I'm sure all players are using the same game version.
Reading the manual I see two states: "Is downloading update" and "On update ready". Maybe I could use "if NOT is downloading update" to enable the button. But I'm not sure it will always fire. Will the browser start uploading the update before the first layout is showed (so I can rely on this)?
Any other way/suggestion?
Thank you!