i’m still having a problem putting a login on my flash site. NOW, when i put:
this.onEnterFrame = function() {
if (_root.CheckLog==1) {
_root.map.gotoAndStop(3);
}
};
_root.map automatically goes to frame 3, even before the login button is pressed AND even after i have:
_root.CheckLog==0;
preceding it on the same frame…why is this??
Thanks in advance!