Hi guys, need help with change precomp size(weight and height via script), my problem in this... when i change comp size(weight and height) from AE GUI, AE change comp size from center composition, but if i change size of comp from my script it change it from left top corner.... so i need some how change in script center of composition or something like this?
now i do change size with this code
Mycomp.width=Mycomp.width.width+50;
Mycomp.height=Mycomp.width+50;