Need help making images blink
January 1, 2009 12:00 AM
You will need 2 actions. One on the image to set a variable to remember that the learner has clicked on it and one to blink the image.On the image, put an On Click Modify Variable action with the target of Variable1. Default value of the variable is 0. The Value field on the action sets the variable to 1. Then click on the page and add an On Timer action at the page level. Make the action be Toggle Visibility State and the target is your image. On the condition tab, set the condition to Variable1 = 0. Edited By: Ben Pitman on 2009-1-2 8:8:47
Discussions have been disabled for this post