this is wierd, I have been wrestling with it for about 6 hours now, am thinking the only way to fix it is to get a beer and then, maybe, another...
I have two places where I have written very basic "if" statements, they are simple, ala:
onClipEvent (mouseMove) {
if (_root.movieclipA._x = (_root.movieclipB._x + 100)) {
_root.movieclipC.gotoAndStop (2);
};
};
whenever I publish to check it out, mcC goes to (2) regardless of the aforementioned condition being met. It's like the "if" isn't even there. Any Ideas???
thanks
bugg
I have two places where I have written very basic "if" statements, they are simple, ala:
onClipEvent (mouseMove) {
if (_root.movieclipA._x = (_root.movieclipB._x + 100)) {
_root.movieclipC.gotoAndStop (2);
};
};
whenever I publish to check it out, mcC goes to (2) regardless of the aforementioned condition being met. It's like the "if" isn't even there. Any Ideas???
thanks
bugg