|
| 1 | +~page:contents:Contents~ |
| 2 | + |
| 3 | +# Quickstart |
| 4 | + |
| 5 | +This tutorial will quickly take you through all the steps needed to build your first IWSY presentation. Everything you need is here and everything will be explained. |
| 6 | + |
| 7 | +We don't need to log into IWSY, so that's some time saved already. The first thing to do is define a _block_. This is an area of the screen having a defined position and size, to contain text and/or images. |
| 8 | + |
| 9 | +## Your first block |
| 10 | + |
| 11 | +Click the **Blocks** button over in the right-hand panel, then click the ~img:/resources/icon/plus.png:{width:1em}~ at the right-hand end of the title row. Now click the button titled "New Block". You should get this: |
| 12 | + |
| 13 | +~img:resources/users/2020/160/1/images/quickstart/newblock.png:100%~ |
| 14 | + |
| 15 | +Most of these default values are fine as they are; they describe a block that occupies the whole window area. Let's just change the 'name' property to `background` and the 'background' property to `url('resources/users/2020/160/1/images/SemoigoDawn.jpg')`. The effect will be to display a full-size image. |
| 16 | + |
| 17 | +The effect I want to create is for the image to fade up from the white of the screen background. So let's go to to the **Steps** editor and make that happen. But before we do so, let's save our work. Type the name `quickstart` in the **Script name** box under the main button bar, then click the ~img:/resources/icon/save.png:{width:1em}~ icon in the button bar. It's highly recommended that you click this button regularly so you don't lose your work in the event of something going wrong. |
| 18 | + |
| 19 | +## Adding some steps |
| 20 | + |
| 21 | +The `init` step is fine as it is so there's no need to touch it. Click the ~img:/resources/icon/plus.png:{width:1em}~ to add a new step, then click the **New step** button. You should see this: |
| 22 | + |
| 23 | +~img:resources/users/2020/160/1/images/quickstart/newstep.png:100%~ |
| 24 | + |
| 25 | +Click in the Action box and a drop-down list appears: |
| 26 | + |
| 27 | +~img:resources/users/2020/160/1/images/quickstart/actions.png:100%~ |
| 28 | + |
| 29 | +Choose `set content`. Now set the `name` property to `set up background`. It should now look like this: |
| 30 | + |
| 31 | +~img:resources/users/2020/160/1/images/quickstart/setup-background.png:100%~ |
| 32 | + |
| 33 | +Click the ~img:/resources/icon/plus.png:{width:1em}~ in the `Blocks` row, then click the empty selector under the `Blocks` title. A drop-down list appears with the name of the block we created earlier: |
| 34 | + |
| 35 | +~img:resources/users/2020/160/1/images/quickstart/select-background-block.png:100%~ |
| 36 | + |
| 37 | +so select that. The block has no text; if it did we'd choose it in the `Content` drop-down list. Click the **Save** button for this step, then click the ~img:/resources/icon/save.png:{width:1em}~ icon in the button bar. |
| 38 | + |
| 39 | +## Fading up |
| 40 | + |
| 41 | +Now we have a block with a background, let's fade it up. Click ~img:/resources/icon/plus.png:{width:1em}~ again or click the **Add step after** button. In the new step, open the editor, give it the name `fade up background` and select the **fade up** action. It should look like this: |
| 42 | + |
| 43 | +~img:resources/users/2020/160/1/images/quickstart/fade-up-background.png:100%~ |
| 44 | + |
| 45 | +This action lets you fade up as many blocks as you like simultaneously, so it provides you with the means to add a list. Here we only have a single block so let's add that. Click the ~img:/resources/icon/plus.png:{width:1em}~ in the **Blocks** row, then click the empty selector in the new row and choose **background** again. Finally set the duration of the fade to a suitable value; say 2 (seconds). You can use decimal fractions here if you need to. It should now look like this: |
| 46 | + |
| 47 | +~img:resources/users/2020/160/1/images/quickstart/fade-up-background2.png:100%~ |
| 48 | + |
| 49 | +If you haven't saved your project recently, do it now. |
| 50 | + |
| 51 | +## Watch it run! |
| 52 | + |
| 53 | +Now it's time to test your work. This will cause the help panel to disappear, but don't worry; you can bring it back by clicking the ~img:/resources/icon/help.png:{width:1em}~ button in the toolbar. |
| 54 | + |
| 55 | +Click the ~img:/resources/icon/run.png:{width:1em}~ icon in the button bar and enjoy watching your steps run! |
| 56 | + |
| 57 | +A couple of things to note. One is that as the presentation runs the steps in the editor take on green backgrounds. With only a single fade this happens too quickly to see, but in a longer presentation you can see where you are at all times. |
| 58 | + |
| 59 | +Another thing is that you can click the ~img:/resources/icon/binoculars.png:{width:1em}~ icon for any step to see what the presentation looks like at that step. The program invisibly runs the entire presentation up to the step you clicked, then runs that step, giving the button a blue background. |
| 60 | + |
| 61 | +in ~page:quickstart-part2:Part 2~ we'll add some text to the presentation. |
0 commit comments