- Learning Articulate Storyline
- Stephanie Harnett
- 253字
- 2021-08-13 16:16:59
Chapter 3. Adding Interactivity
Storyline has two powerful features at the core of its authoring environment: states and triggers. States can change the way an object appears and triggers can add action to your story. The combination of these two features creates an endless variety of interactions.
Interactivity is really all about action. Rarely is something interactive without a resulting action. An example would be clicking or touching a button that displays the next slide. In Storyline, the button is the object, the click/touch of the button is the event and moving to the next slide is the action. But action can also occur based on a condition rather than user input. For example, a slide (object) can automatically advance to the next slide (action) when the timeline ends (event).
States change the appearance of an object. For example, when a button is clicked or touched, it changes color from green to red. The change of color is a change of state from the default green (normal) to red (selected). State changes occur based on some kind of action: whether caused by user input or by a condition.
This chapter covers the basics of adding action to a story; both user interaction and conditional actions in addition to controlling object appearance and behavior.
In this chapter you will learn:
- More about states and triggers
- How to add hyperlinks and buttons to a slide's content
- Additional formatting tips to add finesse to your example story
- How to quickly publish to validate functionality
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Python快樂(lè)編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- 無(wú)代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- Java加密與解密的藝術(shù)(第2版)
- Drupal 8 Configuration Management
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- iPhone應(yīng)用開(kāi)發(fā)從入門到精通
- 從程序員角度學(xué)習(xí)數(shù)據(jù)庫(kù)技術(shù)(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- AMP:Building Accelerated Mobile Pages
- ABAQUS6.14中文版有限元分析與實(shí)例詳解
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)及考試指南
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- 例說(shuō)FPGA:可直接用于工程項(xiàng)目的第一手經(jīng)驗(yàn)
- 讓Python遇上Office:從編程入門到自動(dòng)化辦公實(shí)踐
- 現(xiàn)代C++語(yǔ)言核心特性解析