Button: Visibility Issue

So I have a button that I want deactivated on game start as well as invisible. How would I make it invisible and deactivated but make it visible later?

4 Likes

I do not think there is a way to do that
Maybe just put a prop on top of it

1 Like

Then what alternative could I do?

4 Likes

You could put a prop over the button that blends in

2 Likes

and just make it inactive on game start?
what could blend in with grass?

4 Likes

Yep

1 Like

Umm maybe have like a green barrier, alien plants, or just something that fits the theme

2 Likes

I’m making upgrades, where you click a button (upgrade) you get more money per click, i could avoid this issue by just using 1 button but IDK how!

4 Likes

Just make the button update a property by 1.
And have if statements and if else statements for every money per click upgrade
if get property 'upgrade# = 2 do broadcast message on channel "second upgrade"

1 Like

There’s an option that allows you to make it invisible.
image

1 Like

you can make it to were its two buttons(yes 2, not one) both are invisable in game and after the first one is pressed, it spawns the second one on top of it, and go in each of the buttons settings and have it to 1 press, and 0 press.

4 Likes

hey! Wolfy’s back! :tada:

6 Likes

ummm, what?

4 Likes

If you want to use one button I can get pictures in a couple minutes

2 Likes

ok, I’ll be offline for a while, so take your time.
(I have Physical Education)

6 Likes







This would only be for 2 upgrades
And make the channels activate triggers that give you mor money per click
You could also hook this up to checkers you have to modify it slightly

4 Likes

@StacheIsTaken check @Mario 's reply.

2 Likes

You can’t change the visibility in game with wires
So that would not work

1 Like

In GimKit you can though that’s what I did in my game.

1 Like


There is no option to change its visibility

1 Like