Can you add multiple actions to object?

You can have multiple actions on an object. Specifically, you can have multiple actions on a trigger (which may be clicking the object in question).For your scenario, I would suggest doing the following:Create your X for the picture. Set the visibility to false. On Page 1, add an action to Show the picture if the variable Visited = 1. This means creating a new variable (I suggest an initial value of 0). On Page 2, add an action to Modify Variable. Change Visited to be = 1. The result is that the X will not show the first time the learner visits the page. When he goes to Page 2, then the variable changes, and the X shows up when the learner goes back to Page 1.Kevin

Discussions have been disabled for this post