This is a shot in the dark.
But does anyone know if it is possible to access the last highlighted comp?
I am trying to avoid a check like this:
if ((activeItem == null) || !(activeItem instanceof CompItem)) { alert("Please select or open a composition first ya doofus.", scriptName);} else { |
Any ideas?
I need to get to the last used comp.
Thanks for looking.
- Josh