on (release) {
function ver() {
_root.pr = '';
if ((_root.nv == 1) && (_root.lowercase(otvet.text) == 'готов' or
_root.lowercase(b1.text) == 'г' and
_root.lowercase(b2.text) == 'о' and
_root.lowercase(b3.text) == 'т' and
_root.lowercase(b4.text) == 'о' and
_root.lowercase(b5.text) == 'в')) {
b1.text = "г";
b2.text = "о";
b3.text = "т";
b4.text = "о";
b5.text = "в";
_root.pr = 'Верно';}
if ((_root.nv == 2) && (_root.lowercase(otvet.text) == 'кроссворд' or
_root.lowercase(b6.text) == 'к' and
_root.lowercase(b7.text) == 'р' and
_root.lowercase(b2.text) == 'о' and
_root.lowercase(b8.text) == 'с' and
_root.lowercase(b9.text) == 'с' and
_root.lowercase(b10.text) == 'в' and
_root.lowercase(b11.text) == 'о' and
_root.lowercase(b12.text) == 'р' and
_root.lowercase(b13.text) == 'д')) {
b6.text = "к";
b7.text = "р";
b2.text = "о";
b8.text = "с";
b9.text = "с";
b10.text = "в";
b11.text = "о";
b12.text = "р";
b13.text = "д";
_root.pr = 'Верно';}
}
function never() { if (_root.pr == '') {_root.pr = 'Неверно';}}
ver();
never();
otvet.text = '';}