When I turn on some file at first, it suddenly appear that comment, which said 'In this project, it has expression error 1/1 error'
Actually, I'm a learner of After Effect so I do not know fluently what's what.
Here is the expression having error.
transComplete = effect("Slide Master Control")("Transition Completion");
if (effect("Slide Master Control")("reverse direction") == true)
{xPos = linear(transComplete, 0, 100, thisLayer.width, 0)}
else
{xPos = linear(transComplete, 0, 100, -thisLayer.width, 0)};
[xPos, 0]
Thank you.
If you want to email me, please send me into 'triumphalboy@gmail.com'.
I can send you this aep file for you in order to fix the problem.