codice:
on(release) {
   stopDrag();
   if(_root.franco.hitTest(_root.ciccio)) {
       _root.scritta.gotoAndStop(2);
   } else {
       _root.scritta.gotoAndStop(3);
   }
}