Password

i am making a password for the first time and i used this code on the “check” button:

on(release){
if(_root.password==“paul”){
_root.gotoAndStop(2)
}
if(_root.password==""){
_root.gotoAndStop(4)
}
}

what the code for if they enter a wrong password?