-
comp seletion and layers
i need a script when i select some comps to change the first layer in every comp with a footage for example.
I never used scripts….var theComps = selectedComps;
for (i = 1; i<= theComps.length; i++) {// from here i`m lost :))
}