Effects problem
Posted: July 27th, 2005, 4:27 am
I'm trying to script a certain effect on a layer, but the debugger says that the effect doesn't exist.
I have a solid in a layer and I'm trying to change values at key frames of the Value/Offset/Random Max effect. This is accessed through Effects > Numbers > Format > Value/Offset/Random Max in the UI.
I can get everything up to the Format property using:
timeLayer("Effects").property("Numbers").property("Format")
but if I try to get the Value/Off.. property using:
timeLayer("Effects").property("Numbers").property("Format").property("Value/Offset/Random Max")
or any other property from Format, I get the following error:
timeLayer().property().property().property() is undefined
Am I doing this correctly and if not, then how do I go about altering this property.
Any help would be appreciated.
Cheers,
Steve
I have a solid in a layer and I'm trying to change values at key frames of the Value/Offset/Random Max effect. This is accessed through Effects > Numbers > Format > Value/Offset/Random Max in the UI.
I can get everything up to the Format property using:
timeLayer("Effects").property("Numbers").property("Format")
but if I try to get the Value/Off.. property using:
timeLayer("Effects").property("Numbers").property("Format").property("Value/Offset/Random Max")
or any other property from Format, I get the following error:
timeLayer().property().property().property() is undefined
Am I doing this correctly and if not, then how do I go about altering this property.
Any help would be appreciated.
Cheers,
Steve