How to Display 3 Images, in order, after a Button Click
I have 3 images I want to display one after the other after the user clicks a button in a Captivate 4 course.
I have turned off visibility and set image 1 to display after 0 secs, image 2 after 5 seconds and image 3 after 11 seconds.
In my advanced action script I have the following:
show image1
show image 2
show image 3
My thinking was that image1 will display for 5 seconds then image 2 will appear for 6 seconds then image3.. but all appear at the same time, why? Image 2 and image3 are set to appear AFTER 5 and 11 seconds respectively.
Alternatively, is there a way to implement a wait in advanced actions like so:
show image1
wait 5
show image2
wait 6
show image3
Thanks...