You are on page 1of 1

Expression 1

x=s.sourceRectAtTime(time-s.inPoint,true).width;
y=s.sourceRectAtTime(time-s.inPoint,true).height;
[x,y]

Expression 2

x=s.sourceRectAtTime().width/2;
y=s.sourceRectAtTime().height/2;
l=s.sourceRectAtTime().left;
t=s.sourceRectAtTime().top;

[x+l,y+t]

You might also like