Is there something wrong with expressions in After Effects CS3?
if (time>4) {
xposition=200;
yposition=400;
}
else {
xposition=600;
yposition=800;
};
When I type that expression for a position in after effects cs3, after effects fires an error back. This is not the only command I seem to preform that I recieve an error !!!