Skip to main content

Hi there,

 

I’m having an issue with being able to click a button an navigate to another screen. I’m not sure what I’m doing wrong but when I select the play button and ad interaction - on tap - navigate to, there is no option to navigate to the “Game UI” screen?

 

I’d really appreciate any advice,

 

thank you!

 

 

It’s because the button and the frame you’re trying to navigate to are children of the same frame. You have to move Game UI and Leaderboard outside of Main Menu.


If you're having trouble getting a button click to navigate to another page, it could be due to issues like missing event listeners, incorrect routing paths, or JavaScript errors preventing the navigation.