Is there a way I can get the name of an Instance as it appears in the library?
I know I can get the Instance name that is given to the element but say I loop over several hundred elements on the stage that are all from the Library.
I want to give them an Instance name which is the same as the Library Name but I can't see how to get that information.
Anyone have an idea how to find out an instance's library name?
The libraryItem property of Instance (which should be available on your element if it's an instance of a library item) should hold a reference to the library item.