#How to make invisible UI in 4x?

1 messages · Page 1 of 1 (latest)

ripe cape
#

I’m working on a new game in 4x and can’t figure out how to make invisible ui like other people have

celest topaz
#

JUST USE THE NONE TAB IN THE UI SECTION YOU DUMMY

ripe cape
#

Bro, why do u have to be so mean, I just asked a simple question 😦

ripe cape
celest topaz
#

BRUUUUU (just joking)

celest topaz
ripe cape
restive willow
#

If you want it to be empty, you could select/make an empty ui. When you want it to be invisible but interactable

When object is created (any obj)

Set UI [layer name] opacity = 0

Then apply to all UI layers you want to hide. Dont mess with the enable, it would just make the ui not tappable. Hope this helps

restive willow
ripe cape
restive willow
#

Lemme send a screenshot

restive willow
ripe cape
#

Is that in 3x, I all I can find is Set System Attribute and there is no mention of ui in the drop down

restive willow
ripe cape
restive willow
#

Oh, ok. I just check in 4x, seems like you can't set UI layers. I guess you have to apply

set self basic.opacity = 0

To every button

ripe cape
#

Ah, ok, that makes more sense