I also fixed the problem of the next and back buttons not working if you clicked a tab first. Of course, the solution was something incredibly simple that never would have occurred to me. I simply masked the back button of the first page and the next button on the last page. They are still there and can still be clicked, but I'm the only one who know they're there. Before, clicking on the pieces in the book opened a larger version, so the details could be seen. I couldn't figure out where to put the code to get back to the main portfolio, though, with the child or the parent. It didn't seem to matter where I put it, I got an error message that the return button wasn't being detected. I finally realized that the code I was using was looking for a button to be clicked on when I didn't have a button. I deleted the code that looked for a particular button and asked it, instead, to just listen for a click anywhere as the cue to return to the parent. That fixed that problem. Here is a link to the page with working children:
The problem I''ve been having with the page turning animation is still something I haven't figured out. I left that alone this week in favor of working on other things that I thought I could solve fairly easily. The fix for the problem with the back button on the first page gave man an idea, though. It may be a question of creating a mask of some sort in the page turning animaton that will keep the content from being seen until the page finishes turning. If that works, I really only have to put a resume on the page I've reserved for it; and I think my portfolio will be done. 


