-
CS4 script not working in CS5
Hi all
I have a script for using marker comments on a text layer to update the source text. It’s a way to make things easier for the next person to work on this project. It works fine in CS4, but CS5 ignores the second marker and beyond.
Can anyone help?
Thanks!
n = 0;
if (marker.numKeys > 0){
n = marker.nearestKey(time).index;
if (marker.key(n).time > time) n--;
}
m = thisLayer.marker.nearestKey(n);
m.comment