cavoli, mi serve proprio

on (release) {
stopDrag();
gotoAndStop(1);
_root.mano.gotoAndStop(1);
tellTarget ("../") {
if (ca1x>420 & ca1x<550 & base._currentframe == 10) {
mano.gotoAndStop(1);
base.gotoAndPlay("uno");
A1.gotoAndStop(3);
} else if (ca1x>420 & ca1x<550 & base._currentframe == 25) {
mano.gotoAndStop(1);
base.gotoAndPlay("quattro");
A1.gotoAndStop(3);
} else {
errore.gotoAndPlay(2);
A1._x == 150;

}
}
}
Dovrei ripetere la stessa azione anche per ca2x e ca3x.
e riferirmi ai simboli A2 ed A3.

Come posso fare???

grazie