Being new to scripting I have a few questions;
Why does this work
alert(theComp.layer(1).text.sourceText.value;
and not this?
theComp.layer(1).text.sourceText.value="what?";
How do I reference a comp or layer based on name and not index?
Can I get a comp to highlight based on a dropdownlist?
Can I get the script to open a new project based on a dropdownlist?
I hope someone can help. Thank you!

Jorgen