PDA

View Full Version : Creating a loop to switch between menu pages


RodRSpv
03-01-2009, 09:17 PM
Is there a way to create a loop that will switch between multiple menu pages?
I am creating a tutorials menu page and would like to create a loop that switches between them everytime the next or previous button is clicked. Is this possible, and if so, any advice would help.

farshizzo
03-02-2009, 02:19 PM
You don't need to use a loop here. You need to register a callback for when the next/previous button is clicked and switch the menu within the callback.