"roller" y "mask" son movie clips que estan la linea de tiempo principal.
También en la linea de tiempo principal tengo otro movie clip llamado "haciarriba" y éste contiene en en uno de sus frames el siguiente código:


mask_y = GetProperty("_root.mask",_y);
mask_h = GetProperty("_root.mask",_height);
roller_y = GetProperty("_root.roller",_y);
roller_h = GetProperty("_root.roller",_height);
if ((roller_y+roller_h) <= (mask_y+mask_h)) {
gotoAndStop(1);

} else {
setProperty("_root.roller", _y, GetProperty("_root.roller",_y)-10);
}

Ahora, cómo hago para modificar el código que puse arriba si "roller" "mask" y "haciarriba" estan contenidos en otro movie clip llamado "rawraw". Y rawraw esta en la linea de tiempo principal.

muchas gracias por su ayuda!!!
saludos