Invisible buttons block access to other buttons

Started by Hyrancood on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Dec 2021
Points:
582

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
Invisible buttons block access to other buttons
Mon, 06/06/2022 - 19:50 (edited)

I want to make a gui with a few pages, but  buttons on different pages overlap each other. So, I can't interact with the bottom button. Is it possible to solve this problem?

https://skr.sh/sEJUkTQsupb

Edited by Hyrancood on Mon, 06/06/2022 - 19:50
Active 3 years ago
Joined Jun 2022
Points:
489

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 36
Just create another gui and…
Mon, 06/06/2022 - 20:26

Just create another gui and next/prev page button to switch between them 

Active 1 year ago
Joined Dec 2021
Points:
582

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
This works fine with normal…
Tue, 06/07/2022 - 14:46

This works fine with normal buttons. But idk why, it's stop working when I change the button in the code to ImageButton, it stop working. At the same time, all other procedures, except for opening another gui, work fine.