Right now, i have two password fields with variables: pass1 and pass2. I'm making a register button. I need it to be something like:
if(pass1 == pass2){
on register_btn release{
gotoAndStop(2);
}
}
I don't know the correct syntax, please help.