Changes between Version 17 and Version 18 of ITERATION_08/Release/UserDocumentation/AnIntroductionToSophie/03UsingPages
- Timestamp:
- 06/06/09 08:07:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ITERATION_08/Release/UserDocumentation/AnIntroductionToSophie/03UsingPages
v17 v18 64 64 }}} 65 65 66 The option that we want is currently called '''FRAME_MOUSE_RELEASE "', which makes the link happen when the user clicks on the frame. (FRAME_MOUSE_RELEASE is different from FRAME_MOUSE_PRESS because FRAME_MOUSE_RELEASE only triggers when the user lets go of the mouse as opposed to when the user starts clicking the mouse.) Next let's open the '''Action''' drop-down menu:66 The option that we want is currently called '''FRAME_MOUSE_RELEASE''', which makes the link happen when the user clicks on the frame. (FRAME_MOUSE_RELEASE is different from FRAME_MOUSE_PRESS because FRAME_MOUSE_RELEASE only triggers when the user lets go of the mouse as opposed to when the user starts clicking the mouse.) Next let's open the '''Action''' drop-down menu: 67 67 68 68 {{{ … … 71 71 }}} 72 72 73 We want '''Go to next page'''. Choose that, then click the link halo to close the link HUD. 73 74 75 Do the same thing on pages 2, 3, and 4: each image needs a '''FRAME MOUSE RELEASE''' / '''Go to next page''' link. When you're done, save the book. You're done. (If you want to check if you've made the book correctly, you can download the finished book [http://withhiddennoise.net/tempo/FivePageBook.sjrb.zip here] in zipped format. 74 76 75 (You can download the images from [http://withhiddennoise.net/tempo/FivePageBookImages.zip here] or the complete book [http://withhiddennoise.net/tempo/FivePageBook.sjrb.zip here]. Both of these are .zip files; unzip them. 77 Now let's try the book out. We've been working in '''author mode''', which is the mode used for creating books: in this mode, when you click on the images with links, the links don't happen, but the halos appear. We don't always want the links to work: this could make editing the books very difficult. To see if the links work, we need to go into '''preview mode'''. To do this, click the '''Open Preview''' button on the bottom of the book window. The book will open in preview mode: 78 79 {{{ 80 #!html 81 <img src="http://withhiddennoise.net/tempo/5PageBook8.png"> 82 }}} 83 84 Preview mode shows the book as it will appear to readers: in preview mode, the book can't be edited, but the links will work.