Forum Discussion
BenjaminSteiner
5 years agoCommunity Member
Creating variables and triggers that modify objects on a different slide
Hello fellow e-learning creators,
Question for you all: I want to create an Articulate project where a user can make a selection on one slide that will effect other slides in the project. To groun...
JoeFrancis
5 years agoCommunity Member
You're almost there. On the slide where the learner initially selects the avatar, set a variable (e.g., varAvatar = 1) when that avatar is selected.
On each slide where the avatar appears, create an image object (titled it imgAvatar) with several states, each corresponding in name to the available avatar images. I would name them to align with the varAvatar variable values (1,2,3, etc.).
Now, when the learner enters the slide, us a trigger like this:
Change state ofimgAvatarto 1
When the timeline starts onthis slide
If varAvatar = value 1
Do this for each version of avatar. So if you have 4 avatars, you'll need 4 triggers.
Related Content
- 5 months ago
- 5 months ago