Is there any way to set the project selection?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
Aaron Cobb
Posts: 10
Joined: September 10th, 2007, 12:22 pm

I posted this question over at the AE forums, but so far nobody's biting. I know that app.project.selection can't be written to directly, but is there any method for modifying the project selection?
Paul Tuersley
Posts: 704
Joined: June 5th, 2004, 7:59 am
Location: London, UK

Well according to the scripting guide app.project.selection is read only, but app.project.item(index).selected is read/write so you should be able to set app.project.item(n).selected as true or false.
Aaron Cobb
Posts: 10
Joined: September 10th, 2007, 12:22 pm

Hey, that works. Thanks!
Post Reply