prova così:
codice:
on(release){
     if(_root.statoClip == 1){
          loadMovie("clipesterno.swf",11);
          _root.statoClip = 11;
     } else if (_root.statoClip != 11 && _root.statoClip != 1){
     _root.clipnellostage.gotoAndPlay(2);

}