How to not display a box if player width is <=950
Posted: Thu Mar 07, 2019 9:58 pm
Hello,
i was trying to find the right way that would not show the map if the screen is smaller than 950 but have the option to display it if needed.
I already have a button that toggle the map with a map_show_hide (true/false) variable.
On the map, I created a logic box:
Visible = enable
Variables: map_show_hide = false; visible = false
But the map_show_hide variable is at true by default.
How to set the map_show_hide variable to false if the screen is <= 950.
i was trying to find the right way that would not show the map if the screen is smaller than 950 but have the option to display it if needed.
I already have a button that toggle the map with a map_show_hide (true/false) variable.
On the map, I created a logic box:
Visible = enable
Variables: map_show_hide = false; visible = false
But the map_show_hide variable is at true by default.
How to set the map_show_hide variable to false if the screen is <= 950.