| 52 | Now 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 | |
| 59 | We'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 | |
| 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 | |
| 68 | {{{ |
| 69 | #!html |
| 70 | <img src="http://withhiddennoise.net/tempo/5PageBook7.png"> |
| 71 | }}} |
| 72 | |
| 73 | |
| 74 | |