[UNSOLVED] Invisible Button

Started by Vilangeus666 on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined May 2019
Points:
683

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
[UNSOLVED] Invisible Button
Wed, 07/14/2021 - 19:20 (edited)

How to make the button invisible but clickable? I mean I want to make button not visible, but when player clicks somewhere where the button must be, it activates.

Edited by Vilangeus666 on Wed, 07/14/2021 - 19:20
Active 10 months ago
Joined Dec 2020
Points:
1157

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 819
I guess you just need to…
Wed, 07/14/2021 - 17:29

I guess you just need to create empty (transparent) texture ^^

Active 7 months ago
Joined May 2019
Points:
683

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
Toma400, To tell the truth,…
Wed, 07/14/2021 - 19:22

Toma400, To tell the truth, I dont know how it can help me. What shall I do with this empty texture??

 

Active 10 months ago
Joined Dec 2020
Points:
1157

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 819
Use it on your model. It…
Wed, 07/14/2021 - 19:39

Use it on your model. It will make your block exist, but it should not be visible in terms of texture.

Sadly, there's no button base in MCreator as far as I know, but you still can use your own model and procedures for it to work almost like button.

Active 7 months ago
Joined May 2019
Points:
683

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
Oh, thanks, but you didn't…
Wed, 07/14/2021 - 19:49

Oh, thanks, but you didn't understand me.. My bad..

I mean I have GUI with button and I want to make this button not visible but still useable

https://imgur.com/Ysbhfac

Active 10 months ago
Joined Dec 2020
Points:
1157

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 819
Ah, you are right, I thought…
Wed, 07/14/2021 - 20:25

Ah, you are right, I thought about different button, hah.
So, unfortunately it is not possible, as far as I know :< maybe coding it could make it happen, but MCreator doesn't support custom GUIs buttons as of yet (on which I even made topic, so you can add your own comment to make it more likely to happen - Klemen commented it, so there's a chance he will see it :D here is the topic: Custom Buttons in MCreator | MCreator). With custom GUIs added, you could possibly do transparent texture for it and it could still be "clickable".

Active 3 years ago
Joined Jun 2021
Points:
630

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 95
Maybe make an image of where…
Thu, 07/15/2021 - 03:47

Maybe make an image of where the button would be in the gui then putting the button behind the image in the hierarchy? Idk if it would work but itll atleast hide it

Active 7 months ago
Joined May 2019
Points:
683

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
TechTastic, that's sad, but…
Thu, 07/15/2021 - 08:16

TechTastic, that's sad, but it isn't work

Active 10 months ago
Joined Dec 2020
Points:
1157

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 819
Yeah, tried that too, button…
Thu, 07/15/2021 - 18:02

Yeah, tried that too, button seem to be always on top :(

Active 3 years ago
Joined Jun 2021
Points:
630

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 95
Hm strange
Fri, 07/16/2021 - 00:08

Hm strange

Active 7 months ago
Joined May 2019
Points:
683

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
Any ideas?  
Sat, 07/17/2021 - 08:56

Any ideas?

 

Active 7 months ago
Joined May 2019
Points:
683

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
There is a new mcreator…
Mon, 08/02/2021 - 12:55

There is a new mcreator version, but still no option to make button invivisble.. Nice.

Active 2 months ago
Joined Dec 2016
Points:
1134

User statistics:

  • Modifications: 10
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 405
maybe if you make so it so…
Mon, 08/02/2021 - 16:48

maybe if you make so it so an overlay with very high place in the hierachy open when you open the gui

Active 7 months ago
Joined May 2019
Points:
683

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
Sorry, but I didn't…
Thu, 08/05/2021 - 22:52

Sorry, but I didn't understand you