These things are just too simple and too useful. I love JSFL.
I make a lot of components. In recent posts you can see some of the trouble that can occur when you have assets set to export on first frame while building components. So I have a lot of files that have a lot of components that have a lot of assets.
Previous method:
Open up Library. Select item. Right click, choose Properties or Linkage. Check if item is set to export on first frame. If so, uncheck it. Move to next item.
New method:
Run the No First Frame command from the commands menu. done.
Here’s the code:
items = fl.getDocumentDOM().library;.items;
numItems = items.length;
for(var i=0; i