// JSFL // // Bumpslide AppComponent Class File Generator // // Find all library items with class definitions that don't have class files // and create the class files complete with imports and references for // clips on the timeline. // // by David Knape // http://bumpslide.com/ // Author name to display in code var author = "David Knape"; //----------------------------- // GLOBALS //----------------------------- // output buffer var output = ""; // classes to import var imports = []; var processedElements = []; // shortcut to trace trace = fl.outputPanel.trace; //----------------------------- // FUNCTIONS //----------------------------- // trace to output buffer function dtrace( s ) { output+="\n"+s; } // add class name to imports list if it isn't already there function addToImports( className ) { for (var i=0; i