Login & password problem

no database, no php, asp, nothing. only as.
i use the script:

 
on(release) {
 if (_root.login == pablo and _root.senha == pablo) {
  this.gotoAndStop(3);
 }
 if (_root.login == pingus and _root.senha == pingus) {
  this.gotoAndPlay(3);
 }
 else {
  gotoAndStop(2);
 }
}

but no work.
on release may goto and stop to frame 3.

anyone can help me ?