Flash productivity tools: Log instance names
— JSFL
This tool is useful for Actionscript developers; it grabs all objects with instance names from the current timeline and outputs a list with Actionscript code in the output-window.
Two flavors:
Regular version: Uses public var.
» Download : Log instance names.JSFL
Alternative version: Uses this.getChildByName() function.
» Download : Log instance names – getChildByName.JSFL
Find all my JSFL tools on Github.