-
Anchors Point is lock!
Hi!
i have a problem here and don’t know how to solve it!i locked my anchors point whith this expression:
a = thisLayer.sourceRectAtTime(time);
t = a.top;
l = a.left;
w = a.width;
h =a.height;
[l+w, t+h]
So when i’m writting the text goes up instead of going down, what i wanted.
But if i want to animate my text with an animator for example and i want to make my texte go from down to up…it does’nt work because of the locked anchors point. so how could can i have both anchor point lock in bottom right and make my animation from bottom of the screen to top of the screen???Thank you very much