-
marker querying syntax question
Hey guys, playing around today and having a little trouble.
This is working for me:
(thisComp.layer(“layer1”).marker.nearestKey(time).index==1)
this successfully tests until the CTI hits the first marker on the timeline
what is the correct syntax if I want to instead test for the marker’s comment instead of index.
I’ve tried things like below (and I named my marker “m1”)
marker.nearestKey(time).comment == m1
but I keep getting errors. I can’t find enough documentation that’s clear enough about AE expressions being able to get the comment instead of just the markers index value.
Cheers
AK