on (release) {
if (_root.clip._x == 50 && _root.clip._y=50) {
_root.gotoAndPlay("apri");
} else {
_root.gotoAndPlay("chiudi");
}
}