Answered
Commands displayed in the library
Select symbols in the scene,What command is used to locate symbols in the library
Select symbols in the scene,What command is used to locate symbols in the library
Hi. Select the characters you need and run the command. The item that you have chosen to stand out in the library
var dom = fl.getDocumentDOM();
var select = dom.selection;
for(var i = 0; i < select.length; i++){
var itemName = select[i].libraryItem.name
dom.library.selectItem(itemName, false)
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.