if (_root.password.text == _root.password2.text) { trace ("Son iguales") } else { trace ("Son diferentes") }