Hi all,
I'm just getting started with scripting for after effects. I'm wondering if there is a way for a palette to always open centered on a users monitor when they run the script. So far all I can find is setting the position using "bound" in the window constructor function.
myPalette.bounds = [800,200,800,300];
Any help is appreciated. thanks