Modifying Variables

The most obvious question I have to ask is if your image has any white space. For example, if you have an image of a cross that is 60 x 100, then the white space in the corners of the cross are still part of the image, which means there is no Mouse Exit, which results in no Mouse Enter.This becomes worse if that 60 x 100 cross is actually a 300 x 400 image with a ton of white space.In any case, I would advise against the >6 plan. From what you describe, this means that your learner could mouse over one image six times and reveal the Show All button. This sounds contrary to what you want.Instead, I would have six variables initially set to 0 (let's call them rollOne, rollTwo, etc.). Set two actions for the Mouse Enter of each image:Modify Variable (rollOne, etc.) to be equal to 1Show the Show All Button. Condition: If All Have Been Met: rollOne = 1, rollTwo = 1, etc.That way, the button only shows when all six have been moused over. And this should also remove that problem if it turns out to not be related to the white space of an image.KevinEdited By: Kevin Elmore on 2009-3-11 8:27:44

Discussions have been disabled for this post