-
Increase number/content of text when passing layer marker?
Hi,
I need a textlayer to increase its content by 1 on each layer marker.
Example:
Lets say my textlayer says “0”.
After my time passed a layer marker, my text should now say “1”.
And after passing another layer marker it should say “2”.
And so on.I am not so familiar with expressions, so I don’t know what I need to write and that’s why I am asking here.
But I guess it would look something like this (roughly):myText = 0;
text.sourceText = myText;
onLayerMarker: myText++Does anyone know how to do this correctly?
Any help would be really appreciated! =)
Thanks,
Lennert