onClipEvent (enterFrame) {
 if (activo) {
  _root.palabra1_letra1 = "r";
  for (i=0;i<=8;i++){
   temp = "palabra1_letra"+i;
   check += _root[temp];
  } 
  if (check =="regadera") {
   _root.regadera.gotoAndPlay("on");
  }
  this.gotoAndStop ("off");
 } else {
  _root.palabra1_letra1 = "0";
 }
}
 
 
 
a!e 

Responder a