Hi. I was making a game, in which when you press a certain object, a button appears(which is already there, but was removed). how can I re-show it? pls, help me.
You can use the chat to help me up. it would be really helpful.
Hi. I was making a game, in which when you press a certain object, a button appears(which is already there, but was removed). how can I re-show it? pls, help me.
You can use the chat to help me up. it would be really helpful.
Instead of removing the button, just set the x or y coordinate of the button to a value where is not in the view of the screen. That is a way to dissapear it. Then to appear it back, just set the coordinates back to where the button was initially.
I tried it, but it didn’t work. but I’ll retry next time, thx