Hi there, I�m back again with the "or" error.
I�ve done a simple new capx to test the or statement (or at least, what I�m trying to get in a bigger project), and I�m getting some errors.
If I only have one condition, everything is right. If I add a second condition in an "or" condition style, errors appear.
I�m getting the next error in a javascript alert:
"Javascript error!
Uncaught TypeError: Cannot read property "opacity" of undefined..."
I think the or statement makes the condition to lose reference of the affected objects, but I don�t know.
I�ve uploaded a simple capx with the or conditional (link). What you only have to test is activating the second statement and getting near a green box by the right (if both statements are active, the right box doesn�t work too, but at least, it doesn�t throw an error).
Thanks for all your atention and patience, and once more, sorry for my bad english <img src="smileys/smiley9.gif" border="0" align="middle">.