Navdeep Dhillon | Hi Nick, The problem you describe sounds accurate - if you use Page.onChange, it will get the current page.
To do this, you could set up 2 variables, and on page change, store the current page in one variable (current_page_var), and then on the next page, shuffle that value from current_page_var to the other variable (last_page_var).
However, that will only work to go back 1 page. Here's another method that is a little more involved, but allows you to go backwards all the way to the beginning of the lesson - http://share.smartbuilder.com/public/support/backbutton.mp4
Hope that helps!
- Nav |