-
script to source text data into a text file
Alright all you scripting geniouses out there, I got one for ya. I have two layers of text, and what I need is a script that will run through the comp and put the value of the source text of each layer into a seperate array into a text file.
To clear up any confusion, what I’d be doing is rendering out my comp from AFX, and converting it to an FLV and then including the text file of arrays and using that to add cuepoints in actionscript. That way I don’t have to keep writing down the data from afx and then hand coding them into actionscript. So the text file would be written in actionscript and would look like:
var time_array:Array = new Array(comma seperated list of source text from layer named time);
var arg_array:Array = new Array(comma seperated list of source text from layer named arg);I’m convinced that this is doable, but have already crashed AFX two or three times in my sad attempts.
Thanks for your help, Aron Duby