does anyone know what is wrong with my code that this is not working.
login.onRelease = function() {
if ((mcUserName.user.text == user1) && (mcPassword.user_pass.text == password1)) {
gotoAndPlay("mem");
} else {
gotoAndPlay("fail");
}
};
attached is my .fla
thanks
-Blackfire