Changes between Version 16 and Version 17 of ITERATION_08/Release/UserDocumentation/AnIntroductionToSophie/03UsingPages


Ignore:
Timestamp:
06/06/09 07:58:07 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ITERATION_08/Release/UserDocumentation/AnIntroductionToSophie/03UsingPages

    v16 v17  
    5050Now we've made our first page; let's add a second page. To do this, click the '''>>''' button in the bottom of the book window (just to the right of the page number). This goes to the next page; if no next page exists, a new page will be created. When you're on page 2, select '''Insert > Image''' and choose ''page2.jpg''. Repeat this until you've created five pages: put ''page3.jpg'' on page 3, ''page4.jpg'' on page 4, and ''page5.jpg'' on page 5. 
    5151 
     52Now we've created the pages; let's set actions on them. Go back to page 1 and click on the image so that the halos appear. We're going to use the link HUD: to get to this, click on the little chain halo (which is in the middle right above the frame). The link HUD will open like this: 
     53 
     54{{{ 
     55#!html 
     56<img src="http://withhiddennoise.net/tempo/5PageBook5.png"> 
     57}}} 
     58 
     59We're going to create a link that goes to the next page when the frame is clicked. First, open the '''Trigger''' drop-down menu: 
     60 
     61{{{ 
     62#!html 
     63<img src="http://withhiddennoise.net/tempo/5PageBook6.png"> 
     64}}} 
     65 
     66The 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 
     68{{{ 
     69#!html 
     70<img src="http://withhiddennoise.net/tempo/5PageBook7.png"> 
     71}}} 
     72 
     73 
     74 
    5275(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.