GUI Button Opens a new GUI

Started by Logdawg940 on

Topic category: Help with MCreator software

Active 4 years ago
Joined Jun 2018
Points:
765

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
GUI Button Opens a new GUI

I'm trying to make it so when the player presses a button on a GUI it opens a new GUI but it isn't working. When I test it, the same GUI I pressed the button on stays open and the second GUI doesn't open (i think).

Active 4 years ago
Joined Aug 2019
Points:
740

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 137
Did you select the second…
Fri, 11/29/2019 - 10:00

Did you select the second GUI? Is there any noticeable difference between the GUI? Did you make sure you set the procedure to open the second GUI for the button correctly?

Active 4 years ago
Joined Jun 2018
Points:
765

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
I selected the second GUI,…
Fri, 11/29/2019 - 14:52

I selected the second GUI, there wasn't a difference in the GUI when I opened it (if that's what you mean), and I did the procedure exactly how I did it with the first GUI except I added for all GUI's to close and then have it open the new GUI but it didn't work.

Active 4 years ago
Joined Aug 2019
Points:
740

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 137
I meant is there any…
Sun, 12/01/2019 - 11:06

I meant is there any difference between the 2 GUI?

Active 4 years ago
Joined Jun 2018
Points:
765

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
yes
Sun, 12/01/2019 - 19:41

yes

Active 1 year ago
Joined May 2019
Points:
655

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
I guess this was never fixed…
Fri, 10/27/2023 - 21:21

I guess this was never fixed because I'm haveing the exact same problem I have been trying to fix it for a week but it just does not work for no apperant reason 

Active 1 year ago
Joined Oct 2023
Points:
120

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
It’s really simple just go…
Mon, 10/30/2023 - 21:22

It’s really simple just go into the procedure where the new gui opens when you press the button and before the line where the gui opens put a block that closes the previous gui