Started by
Hyrancood
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Edited by Hyrancood on Mon, 06/06/2022 - 19:50
Just create another gui and next/prev page button to switch between them
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.