I've been trying to create a page swipe action for a mobile only game.
What I'd like to do, is emulate having multiple pages in the game and the user swipes right or left to move through the pages.
All the pages are the same layout, so I think the pages can be made from a set of sprites. The set of sprites is then just repeated horizontally with different variations in each set.
So while to the user it may look like they are swiping through pages, they are in fact just swiping from one sprite set to the next.
Of course there may be a much better way to achieve this, in fact there probably is , so any suggestions would be very much appreciated.
Thanks!
Andy