View Single Post
Old 2009-03-31, 12:17   Link #560
G.U.N.D.A.M
Member
 
Join Date: Feb 2006
Quote:
part = 0;
for ($i = 1; $i <= 11; $i++) {
if (thisComp.layer(thisLayer.index - $i).text.animator("Keyframe style 1").selector("Karaoke selector").end.valueAtTime(time - 0.05) != thisComp.layer(thisLayer.index - $i).text.animator("Keyframe style 1").selector("Karaoke selector").end) {
part = 200000;
}
}

I get an error when I do this...
it says "Class 'Light' has no property or method named 'text'
Expression disabled.
Error occurred at line 3."

so what do I do?
G.U.N.D.A.M is offline   Reply With Quote