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.
|
Results 1 to 6 of 6
Thread: Comparing Variables AS2Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |