I like the concept! Here’s an approach that might work:

  • Create a main group element called “Book,” with another group inside it for each “Page.”
  • Inside the “Page” group, include elements for the picture and text.
  • Add a custom state to the “Page” group to track the current page number.
  • Set up “Next Page” and “Back Page” buttons that adjust the custom state: the Next button adds 1, and the Back button subtracts 1.
  • Use the custom state to dynamically update the content in the picture and text elements based on the current page number.

This way, the navigation is simple, and the content updates automatically as users click through.