Skip to main content
Hannah Mclaughlin
New Member
January 24, 2025
Question

Issue with getting a button click to navigate to another page

  • January 24, 2025
  • 2 replies
  • 629 views

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!

 

 

    This topic has been closed for replies.

    2 replies

    Avokadomos
    Active Member
    January 24, 2025

    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.

    GodMode9
    New Member
    January 25, 2025

    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.