tengo el ftgm. "reposo","agacho" y el MC "cocheazul", "cocherojo".


Código :

stop();
with (_root.cocherojo) {
   if (_root.cocheazul) {
var myListener:Object = new Object();
myListener.onKeyDown = function() {
   if (Key.isDown(Key.DOWN)) {
      gotoAndPlay("agacho");
   }
  }
 }
};


si han leido el codigo :
presionando el Key "abajo" va hasta el ftgm de "reposo" a "agacho",
solo si el MC "CocheAzul" en el ftgm. "reposo" esta en contacto con el MC "Cocherojo".
-que script debo reemplazar para la interaccion del los MC?