-
How can i create a button that when i click on it open an specific comp??
Button.onClick = function {OpenSpecificComp}
My logic is something like this:
Button.onClick = function
{
app.project.item(“Comp”);
}But how to indicate to open that specific comp?