After Effects Expression: strings
After Effects Expression: strings
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- CyBrainX0
Ok, I finally got beyond error messages with this.
x = effect("Low number")("Slider");
y = effect("High number")("Slider");
String(x) + " - " + String(y);but the text displayed is
[OBJECT PROPERTY] - [OBJECT PROPERTY]