Changes between Version 10 and Version 11 of ITERATION_08/Release/UserDocumentation/AnIntroductionToSophie/03UsingPages


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

--

Legend:

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

    v10 v11  
    33= Part 3: Using Pages and Preview Mode = 
    44 
    5 For this book, we're going to make a book with multiple pages. This is a simple book; it's going to have five pages, and each page will have an image on it.  
     5For this book, we're going to make a book with multiple pages. This is a simple book; it's going to have five pages, and each page will have an image on it. When the book is opened in preview mode, clicking on each image should go to the next page. It's not complicated, but these pieces can be put together to make more complicated books. 
     6 
     7Start by opening Sophie and making a new book (by choosing '''File > New Book''' or by pressing '''control-n'''.) 
     8 
     9Next we're going to set up the page size and the book title. Right now, Sophie automatically imports images as 280 pixels wide by 210 pixels high with the upper left corner 75 pixels from the top and left side of the book; this will change, but so we don't need to resize and move every image, we're going to set the page size so that an image is automatically centered on it and we don't need to move things. To set the book size, choose '''Edit > Set Page Dimensions''': 
     10 
     11{{{ 
     12#!html 
     13<img src="http://withhiddennoise.net/tempo/5PageBook1.jpg"> 
     14}}} 
     15 
     16Set the width of the page to 430, click '''OK''', and set the height of the book to 360, then click '''OK''' again. 
     17 
     18Now we don't want the book to be called "New Book B", so let's set the book's title. Chose '''Edit > Set Book Title''': 
     19 
     20{{{ 
     21#!html 
     22<img src="http://withhiddennoise.net/tempo/5PageBook2.jpg"> 
     23}}} 
     24 
     25Change the book title to "Five Page Book" or whatever you'd like the book to be called. You might at this point like to save your book; to do this, choose '''File > Save As''', and choose a location and a filename for your book. 
     26 
     27Next, let's get our images. We're going to use five images; you can download them [http://withhiddennoise.net/tempo/page1.jpg here], [http://withhiddennoise.net/tempo/page2.jpg here], [http://withhiddennoise.net/tempo/page3.jpg here], [http://withhiddennoise.net/tempo/page4.jpg here], and [http://withhiddennoise.net/tempo/page5.jpg here], or, if you'd like, you can download a ZIP of all five images [http://withhiddennoise.net/tempo/FivePageBookImages.zip here]. The images all look like this: 
    628 
    729{{{ 
    830#!html 
    931<img src="http://withhiddennoise.net/tempo/page1.jpg"> 
    10 <img src="http://withhiddennoise.net/tempo/page2.jpg"> 
    11 <img src="http://withhiddennoise.net/tempo/page3.jpg"> 
    12 <img src="http://withhiddennoise.net/tempo/page4.jpg"> 
    13 <img src="http://withhiddennoise.net/tempo/page5.jpg"> 
    1432}}} 
    1533 
     34Nothing fancy; each just says that it's a specific page. Download all the images to your desktop or some convenient folder. 
     35 
    1636(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.