Forum Discussion
JonathanWorkman
14 years agoCommunity Member
Variables That Display Images
Is it possible to have a variable display an image? I am creating a pre test called "Bribe or No Bribe" and I want the appropriate image to display on a future slide once a response is selected. ...
NancyWoinoski
14 years agoSuper Hero
This can be done.
Say you have a picture of a dog.
You would first have to create a true/false variable called dog and set the initial value to false.
Then on the slide where you want the user to select the dog - select the image and add an object trigger that sets the dog variable to true when the user clicks the image.
To get the image to display on another slide - you have to add a layer to the slide (we'll call it Show Dog for this example) and put the image of the dog on that layer in the position where you want it to appear
On the base slide - create a slide trigger that says show layer: Show Dog when the timeline starts if the variable dog is equal to true.
That should do it.
Related Content
- 4 months ago
- 9 months ago
- 9 months ago
- 9 months ago