Hi everyone,
My project is a 20-page tutorial where I made navigation buttons at the bottom to go to the Next Page, Main Menu en Previous Page (and exit).
I would like to give the user the possibility to step through the tutorial using the Page Up and Page Down key.
Could someone please point me into the right direction? This is what I think I have to do, but it's not complete:
In Project Explorer I "click on the line Project.
In the Properties pane I click on the line On Key... to open the Script window.
I click on the button Add Action and choose Page.Navigate (PAGE_Next);
However this will take me only from page 1 to page 2 of my tutorial pressing any key. What do I have to change so that pressing only Page Down key will take the user to the next page of my tutorial, and the next and the next (not just from the opening page to page 2?
Thanks in advance for your help!
Loes

Reply With Quote
.